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 TypeMethodDescriptionRetrieves the name of the factory which built the handle.voidreset()
-
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:
-