Class NullContextHandle
java.lang.Object
org.jboss.as.ee.concurrent.handle.NullContextHandle
- All Implemented Interfaces:
Serializable,org.glassfish.enterprise.concurrent.spi.ContextHandle,SetupContextHandle
A context handle without invocation context to set. For now it provides only the setup and reset of TCCL captured at handle creation.
- Author:
- Eduardo Martins
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the factory which built the handle.setup()
-
Constructor Details
-
NullContextHandle
public NullContextHandle()
-
-
Method Details
-
setup
- Specified by:
setupin interfaceSetupContextHandle- Returns:
- Throws:
IllegalStateException- See Also:
-
ContextSetupProvider.setup(org.glassfish.enterprise.concurrent.spi.ContextHandle)
-
getFactoryName
Description copied from interface:SetupContextHandleRetrieves the name of the factory which built the handle.- Specified by:
getFactoryNamein interfaceSetupContextHandle- Returns:
-