public abstract class AbstractInvocationContextFactory extends Object implements InvocationContextFactory
Modifier and Type | Field and Description |
---|---|
protected Configuration |
config |
protected Equivalence |
keyEq |
UNBOUNDED
Constructor and Description |
---|
AbstractInvocationContextFactory() |
Modifier and Type | Method and Description |
---|---|
InvocationContext |
createRemoteInvocationContextForCommand(VisitableCommand cacheCommand,
Address origin)
As
InvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address) ,
but returning the flags to the context from the Command if any Flag was set. |
void |
init(Configuration config) |
void |
start() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInvocationContext, createInvocationContext, createNonTxInvocationContext, createRemoteInvocationContext, createRemoteTxInvocationContext, createSingleKeyNonTxInvocationContext, createTxInvocationContext
protected Configuration config
protected Equivalence keyEq
public void init(Configuration config)
public void start()
public InvocationContext createRemoteInvocationContextForCommand(VisitableCommand cacheCommand, Address origin)
InvocationContextFactory
InvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address)
,
but returning the flags to the context from the Command if any Flag was set.createRemoteInvocationContextForCommand
in interface InvocationContextFactory
origin
- the origin of the command, or null if localCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.