|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| 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 String |
getExecutionContextId()Returns the identifier for the current ExecutionContext. |
abstract String |
getMarshalledExecutionContext()Then serializes the contents of the newly created context in a compact String. |
abstract Map<String,String> |
getPropertyMap()Returns a map associated with the ExecutionContext instance, could be null. |
abstract 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 String getExecutionContextId()
public abstract 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 String getRequestParameterName()
public abstract Map<String,String> getPropertyMap()
get(String), put(String, String) and containsKey(String) methods.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.