| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApplicationModuleHandle
A handle to an ApplicationModule instance.
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
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)
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||