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.ContextHandle
The Wildfly's EE context handle that sets a saved invocation context.
- Author:
- Eduardo Martins
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the factory which built the handle.setup()
-
Method Details
-
setup
- 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:
-