org.infinispan.commands.remote
Class BaseRpcInvokingCommand
java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.remote.BaseRpcInvokingCommand
- All Implemented Interfaces:
- CacheRpcCommand, ReplicableCommand
- Direct Known Subclasses:
- MultipleRpcCommand, SingleRpcCommand
public abstract class BaseRpcInvokingCommand
- extends BaseRpcCommand
Base class for RPC commands.
- Author:
- Mircea.Markus@jboss.com
interceptorChain
protected InterceptorChain interceptorChain
icc
protected InvocationContextContainer icc
BaseRpcInvokingCommand
protected BaseRpcInvokingCommand(String cacheName)
init
public void init(InterceptorChain interceptorChain,
InvocationContextContainer icc)
processVisitableCommand
protected final Object processVisitableCommand(ReplicableCommand cacheCommand)
throws Throwable
- Throws:
Throwable
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.