public class NullContextHandle extends Object implements SetupContextHandle, ResetContextHandle
| Modifier and Type | Field and Description |
|---|---|
static NullContextHandle |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFactoryName()
Retrieves the name of the factory which built the handle.
|
protected Object |
readResolve() |
void |
reset() |
ResetContextHandle |
setup() |
public static final NullContextHandle INSTANCE
public ResetContextHandle setup() throws IllegalStateException
setup in interface SetupContextHandleIllegalStateExceptionContextSetupProvider.setup(org.glassfish.enterprise.concurrent.spi.ContextHandle)public void reset()
reset in interface ResetContextHandleContextSetupProvider.reset(org.glassfish.enterprise.concurrent.spi.ContextHandle)public String getFactoryName()
SetupContextHandlegetFactoryName in interface ResetContextHandlegetFactoryName in interface SetupContextHandleprotected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.