public class EJBContextHandleFactory extends Object implements ContextHandleFactory
| Modifier and Type | Field and Description |
|---|---|
static EJBContextHandleFactory |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
getChainPriority() |
String |
getName() |
SetupContextHandle |
readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
public static final String NAME
public static final EJBContextHandleFactory INSTANCE
public SetupContextHandle saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)
saveContext in interface ContextHandleFactorypublic String getName()
getName in interface ContextHandleFactorypublic int getChainPriority()
getChainPriority in interface ContextHandleFactorypublic void writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out) throws IOException
writeSetupContextHandle in interface ContextHandleFactoryIOExceptionpublic SetupContextHandle readSetupContextHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
readSetupContextHandle in interface ContextHandleFactoryIOExceptionClassNotFoundExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.