public class NullContextHandle extends Object implements ContextHandle
| 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() |
void |
setup() |
public static final NullContextHandle INSTANCE
public void setup()
throws IllegalStateException
IllegalStateExceptionContextSetupProvider.setup(org.glassfish.enterprise.concurrent.spi.ContextHandle)public void reset()
ContextSetupProvider.reset(org.glassfish.enterprise.concurrent.spi.ContextHandle)public String getFactoryName()
ContextHandleprotected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.