public abstract class AbstractInvocationContextFactory extends Object implements InvocationContextFactory
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
config
Deprecated.
|
protected AsyncInterceptorChain |
interceptorChain
Deprecated.
|
protected Equivalence |
keyEq
Deprecated.
|
UNBOUNDED| Constructor and Description |
|---|
AbstractInvocationContextFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
createClearNonTxInvocationContext()
Deprecated.
Will create an
ClearInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true. |
InvocationContext |
createRemoteInvocationContextForCommand(VisitableCommand cacheCommand,
Address origin)
Deprecated.
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,
AsyncInterceptorChain interceptorChain)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInvocationContext, createInvocationContext, createNonTxInvocationContext, createRemoteInvocationContext, createRemoteTxInvocationContext, createSingleKeyNonTxInvocationContext, createTxInvocationContextprotected Configuration config
protected AsyncInterceptorChain interceptorChain
protected Equivalence keyEq
public AbstractInvocationContextFactory()
public void init(Configuration config, AsyncInterceptorChain interceptorChain)
public InvocationContext createRemoteInvocationContextForCommand(VisitableCommand cacheCommand, Address origin)
InvocationContextFactoryInvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address),
but returning the flags to the context from the Command if any Flag was set.createRemoteInvocationContextForCommand in interface InvocationContextFactorycacheCommand - the remote commandorigin - the origin of the command, or null if localpublic final InvocationContext createClearNonTxInvocationContext()
InvocationContextFactoryClearInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true.createClearNonTxInvocationContext in interface InvocationContextFactoryCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.