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()
The factory priority is used to define the order of handles when chained.
|
String |
getName()
Retrieves the factory's name.
|
SetupContextHandle |
readSetupContextHandle(ObjectInputStream in)
Reads a handle from the specified input stream.
|
SetupContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out)
Writes the handle to the specified output stream.
|
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 ContextHandleFactory
ContextSetupProvider.saveContext(javax.enterprise.concurrent.ContextService, java.util.Map)
public String getName()
ContextHandleFactory
getName
in interface ContextHandleFactory
public int getChainPriority()
ContextHandleFactory
getChainPriority
in interface ContextHandleFactory
public void writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out) throws IOException
ContextHandleFactory
writeSetupContextHandle
in interface ContextHandleFactory
IOException
public SetupContextHandle readSetupContextHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
ContextHandleFactory
readSetupContextHandle
in interface ContextHandleFactory
IOException
ClassNotFoundException
Copyright © 2017 JBoss by Red Hat. All rights reserved.