Interface ResetContextHandle
- All Superinterfaces:
ContextHandle,Serializable
The Wildfly's EE reset context handle.
- Author:
- Eduardo Martins
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the factory which built the handle.voidreset()Called by ManagedExecutorService after executing a task to clean up and reset thread context.
-
Method Details
-
reset
void reset()Called by ManagedExecutorService after executing a task to clean up and reset thread context. It will be called in the thread that was used for executing the task. -
getFactoryName
String getFactoryName()Retrieves the name of the factory which built the handle.- Returns:
-