public abstract class BaseRpcInvokingCommand extends BaseRpcCommand
Modifier and Type | Field and Description |
---|---|
protected InvocationContextFactory |
icf |
protected InterceptorChain |
interceptorChain |
cacheName
Modifier | Constructor and Description |
---|---|
protected |
BaseRpcInvokingCommand(String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
init(InterceptorChain interceptorChain,
InvocationContextFactory icf) |
protected Object |
processVisitableCommand(ReplicableCommand cacheCommand) |
canBlock, getCacheName, getOrigin, setOrigin, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
protected InterceptorChain interceptorChain
protected InvocationContextFactory icf
protected BaseRpcInvokingCommand(String cacheName)
public void init(InterceptorChain interceptorChain, InvocationContextFactory icf)
protected final Object processVisitableCommand(ReplicableCommand cacheCommand) throws Throwable
Throwable
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.