|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ComponentRole public interface Execution
Allows setting/retrieving the ExecutionContext.
| Method Summary | |
|---|---|
ExecutionContext |
getContext()
|
void |
popContext()
Remove a context level in the current thread. |
void |
pushContext(ExecutionContext context)
|
void |
removeContext()
Remove all context levels for the current thread. |
void |
setContext(ExecutionContext context)
|
| Method Detail |
|---|
ExecutionContext getContext()
void setContext(ExecutionContext context)
context - the current context of the current threadvoid pushContext(ExecutionContext context)
context - create a new context level for the current thread and set the provided contextvoid popContext()
void removeContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||