com.croftsoft.core.jnlp
Interface JnlpServices

All Known Implementing Classes:
JnlpServicesImpl

public interface JnlpServices

Interface for JnlpServicesImpl.

Since:
2002-12-21
Version:
2002-12-22
Author:
David Wallace Croft

Field Summary
static String IMPL_CLASS_NAME
           
 
Method Summary
 URL createFileContentsURL(String fileContentsSpec)
           
 URL getCodeBase()
           
 byte[] loadBytesUsingPersistenceService(String fileContentsSpec)
           
 Serializable loadSerializableUsingPersistenceService(String fileContentsSpec)
           
 void saveBytesUsingPersistenceService(String fileContentsSpec, byte[] bytes)
           
 void saveSerializableUsingPersistenceService(String fileContentsSpec, Serializable serializable)
           
 boolean showDocument(URL url)
           
 

Field Detail

IMPL_CLASS_NAME

static final String IMPL_CLASS_NAME
See Also:
Constant Field Values
Method Detail

createFileContentsURL

URL createFileContentsURL(String fileContentsSpec)
                          throws MalformedURLException,
                                 UnsupportedOperationException
Throws:
MalformedURLException
UnsupportedOperationException

getCodeBase

URL getCodeBase()
                throws UnsupportedOperationException
Throws:
UnsupportedOperationException

loadBytesUsingPersistenceService

byte[] loadBytesUsingPersistenceService(String fileContentsSpec)
                                        throws IOException,
                                               UnsupportedOperationException
Throws:
IOException
UnsupportedOperationException

loadSerializableUsingPersistenceService

Serializable loadSerializableUsingPersistenceService(String fileContentsSpec)
                                                     throws ClassNotFoundException,
                                                            IOException,
                                                            UnsupportedOperationException
Throws:
ClassNotFoundException
IOException
UnsupportedOperationException

saveBytesUsingPersistenceService

void saveBytesUsingPersistenceService(String fileContentsSpec,
                                      byte[] bytes)
                                      throws IOException,
                                             UnsupportedOperationException
Throws:
IOException
UnsupportedOperationException

saveSerializableUsingPersistenceService

void saveSerializableUsingPersistenceService(String fileContentsSpec,
                                             Serializable serializable)
                                             throws IOException,
                                                    UnsupportedOperationException
Throws:
IOException
UnsupportedOperationException

showDocument

boolean showDocument(URL url)
                     throws UnsupportedOperationException
Throws:
UnsupportedOperationException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)