Interface SetupContextHandle
-
- All Superinterfaces:
org.glassfish.enterprise.concurrent.spi.ContextHandle,Serializable
- All Known Implementing Classes:
NullContextHandle
public interface SetupContextHandle extends org.glassfish.enterprise.concurrent.spi.ContextHandleThe Wildfly's EE context handle that sets a saved invocation context.- 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.ResetContextHandlesetup()
-
-
-
Method Detail
-
setup
ResetContextHandle setup() throws IllegalStateException
- Returns:
- Throws:
IllegalStateException- See Also:
ContextSetupProvider.setup(org.glassfish.enterprise.concurrent.spi.ContextHandle)
-
getFactoryName
String getFactoryName()
Retrieves the name of the factory which built the handle.- Returns:
-
-