public abstract class AbstractInvocationContextFactory extends Object implements InvocationContextFactory
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
config |
UNBOUNDED| Constructor and Description |
|---|
AbstractInvocationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
createClearNonTxInvocationContext()
Will create an
ClearInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true. |
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInvocationContext, createInvocationContext, createNonTxInvocationContext, createRemoteInvocationContext, createRemoteTxInvocationContext, createSingleKeyNonTxInvocationContext, createTxInvocationContextprotected Configuration config
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 © 2022 JBoss by Red Hat. All rights reserved.