|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.monitoring.ExecutionContextProvider.ExecutionContext
public abstract class ExecutionContextProvider.ExecutionContext
The ExecutionContext provides the interface to associate a unique context with each thread, and to propagate the contents of the context amongst threads and processes. Each Execution Context in the system is identified by a unique iedntifier which distinguishes it from every other context on the AS.
Constructor Summary | |
---|---|
ExecutionContextProvider.ExecutionContext() |
Method Summary | |
---|---|
abstract ExecutionContextProvider.ExecutionContext |
createChildExecutionContext() Creates a child context and activates it on the current thread. |
abstract java.lang.String |
getExecutionContextId() Returns the identifier for the current ExecutionContext. |
abstract java.lang.String |
getMarshalledExecutionContext() Then serializes the contents of the newly created context in a compact String. |
abstract java.util.Map<java.lang.String,java.lang.String> |
getPropertyMap() Returns a map associated with the ExecutionContext instance. |
abstract java.lang.String |
getRequestParameterName() Retrieves the key to be used to propagate the serialized context between processes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionContextProvider.ExecutionContext()
Method Detail |
---|
public abstract java.lang.String getExecutionContextId()
public abstract java.lang.String getMarshalledExecutionContext()
getRequestParameterName
. The parsing of the request URL or the HTTP request header (on the server), to unmarshal the ExecutionContext and set up the context on the secondary request, is beyond the scope of this documentation.public abstract ExecutionContextProvider.ExecutionContext createChildExecutionContext()
public abstract java.lang.String getRequestParameterName()
public abstract java.util.Map<java.lang.String,java.lang.String> getPropertyMap()
get(String)
, put(String, String)
and containsKey(String)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |