|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| 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
public abstract class ExecutionContextProvider
This class provides an ExecutionContext. An ExecutionContext contains information that is relevant to a chunk of work currently being executed in the system. An ExecutionContext is typically associated to each thread acting on behalf of a user request into the system.
| Nested Class Summary | |
|---|---|
class |
ExecutionContextProvider.ExecutionContextThe ExecutionContext provides the interface to associate a unique context with each thread, and to propagate the contents of the context amongst threads and processes. |
| Constructor Summary | |
|---|---|
protected |
ExecutionContextProvider()Creates an ExecutionContextProvider |
| Method Summary | |
|---|---|
abstract ExecutionContextProvider.ExecutionContext |
getExecutionContext()Returns the ExecutionContext associated with the current thread (request). |
abstract java.lang.String |
getRequestParameterName()Deprecated. use ExecutionContext getRequestParameterName() method. |
boolean |
isProviderEnabled()Returns whether a context provider service is enabled.The default implementation returns false, so subclasses will need to override this method to explicitly turn provider on. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ExecutionContextProvider()
| Method Detail |
|---|
public abstract ExecutionContextProvider.ExecutionContext getExecutionContext()
public abstract java.lang.String getRequestParameterName()
public boolean isProviderEnabled()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||