public class OtherEESetupActionsContextHandleFactory extends Object implements ContextHandleFactory
Constructor and Description |
---|
OtherEESetupActionsContextHandleFactory(List<SetupAction> setupActions) |
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.
|
ContextHandle |
readHandle(ObjectInputStream in)
Reads a handle from the specified input stream.
|
ContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
writeHandle(ContextHandle contextHandle,
ObjectOutputStream out)
Writes the handle to the specified output stream.
|
public static final String NAME
public OtherEESetupActionsContextHandleFactory(List<SetupAction> setupActions)
public ContextHandle 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 writeHandle(ContextHandle contextHandle, ObjectOutputStream out) throws IOException
ContextHandleFactory
writeHandle
in interface ContextHandleFactory
IOException
public ContextHandle readHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
ContextHandleFactory
readHandle
in interface ContextHandleFactory
IOException
ClassNotFoundException
Copyright © 2015 JBoss by Red Hat. All rights reserved.