public interface PlatformContextFactory
PlatformContext| Modifier and Type | Method and Description |
|---|---|
PlatformContext |
createContext(java.lang.Long contextID,
java.util.Hashtable env)
Creates a context with the platform identified in the client
supplied environment.
|
PlatformContext createContext(java.lang.Long contextID, java.util.Hashtable env) throws java.rmi.RemoteException, ApplicationException
contextID - Unique identifier of the context used by the
platform.env - Hashtable holding the paramaters for establishing the
context. See PlatformContext for a list of required
parameters.java.rmi.RemoteException - Thrown if unable to establish the
context.ApplicationException - Thrown if unable to establish the
context.