|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Role public interface ExecutionContextManager
Provides various services for manipulating an ExecutionContext.
| Method Summary | |
|---|---|
ExecutionContext |
clone(ExecutionContext context)
Perform deep cloning of Execution Context properties. |
void |
initialize(ExecutionContext context)
Set the passed Execution Context in Execution and initialize it by executing all
ExecutionContextInitializer registered components. |
| Method Detail |
|---|
void initialize(ExecutionContext context)
throws ExecutionContextException
Execution and initialize it by executing all
ExecutionContextInitializer registered components.
context - the execution context to initialize
ExecutionContextException - in case one ExecutionContextInitializer fails to execute
ExecutionContext clone(ExecutionContext context)
throws ExecutionContextException
context - the execution context to clone
ExecutionContextException - if the Execution Context failed to be cloned for any reason
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||