|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ApplicationModule useApplicationModule()
public java.util.Hashtable getUserData()
public java.util.Hashtable getEnvironment()
public java.lang.Object getEnvironment(java.lang.Object key)
public java.util.Hashtable getClientEnvironment()
getEnvironment()
in
that the client environment will not be marshalled to the middle tier.
public java.lang.Object getClientEnvironment(java.lang.Object key)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.