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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommandId, getParameters, isReturnValueExpected, perform, readFrom, setParameters, writeToprotected InterceptorChain interceptorChain
protected InvocationContextFactory icf
protected BaseRpcInvokingCommand(String cacheName)
public void init(InterceptorChain interceptorChain, InvocationContextFactory icf)
protected final Object processVisitableCommand(ReplicableCommand cacheCommand) throws Throwable
ThrowableCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.