public interface ApplicationModuleHandle
extends java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
java.util.Hashtable | 
getClientEnvironment()
Returns a java.util.Hashtable representing the BC4J context that is related to this application session. 
 | 
java.lang.Object | 
getClientEnvironment(java.lang.Object key)
Returns the value of the specified attribute from the ApplicationModuleHandle client environment. 
 | 
java.util.Hashtable | 
getEnvironment()
Returns a java.util.Hashtable representing the BC4J context that is related to this application session. 
 | 
java.lang.Object | 
getEnvironment(java.lang.Object key)
Returns the value of the specified attribute from the ApplicationModuleHandle environment. 
 | 
java.util.Hashtable | 
getUserData()
Returns a java.util.Hashtable which may be used to store user specific context that is related to this application session. 
 | 
ApplicationModule | 
useApplicationModule()
Returns an application module instance. 
 | 
ApplicationModule useApplicationModule()
java.util.Hashtable getUserData()
java.util.Hashtable getEnvironment()
java.lang.Object getEnvironment(java.lang.Object key)
java.util.Hashtable getClientEnvironment()
getEnvironment() in that the client environment will not be marshalled to the middle tier.java.lang.Object getClientEnvironment(java.lang.Object key)