Interface ResetContextHandle

All Superinterfaces:
org.glassfish.enterprise.concurrent.spi.ContextHandle, Serializable

public interface ResetContextHandle extends org.glassfish.enterprise.concurrent.spi.ContextHandle
The Wildfly's EE context handle.
Author:
Eduardo Martins
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the factory which built the handle.
    void
     
  • Method Details

    • reset

      void reset()
      See Also:
      • ContextSetupProvider.reset(org.glassfish.enterprise.concurrent.spi.ContextHandle)
    • getFactoryName

      String getFactoryName()
      Retrieves the name of the factory which built the handle.
      Returns: