Interface ResetContextHandle
-
- All Superinterfaces:
org.glassfish.enterprise.concurrent.spi.ContextHandle,Serializable
public interface ResetContextHandle extends org.glassfish.enterprise.concurrent.spi.ContextHandleThe Wildfly's EE context handle.- Author:
- Eduardo Martins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFactoryName()Retrieves the name of the factory which built the handle.voidreset()
-
-
-
Method Detail
-
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:
-
-