Interface ResetContextHandle

All Superinterfaces:
ContextHandle, Serializable

public interface ResetContextHandle extends ContextHandle
The Wildfly's EE reset context handle.
Author:
Eduardo Martins
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the factory which built the handle.
    void
    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: