Uses of Interface
org.infinispan.commands.remote.CacheRpcCommand

Packages that use CacheRpcCommand
org.infinispan.commands.remote   
org.infinispan.interceptors.base   
org.infinispan.remoting   
org.infinispan.remoting.responses   
org.infinispan.remoting.transport.jgroups   
 

Uses of CacheRpcCommand in org.infinispan.commands.remote
 

Classes in org.infinispan.commands.remote that implement CacheRpcCommand
 class BaseRpcCommand
          Base class for RPC commands.
 class ClusteredGetCommand
          Issues a clustered get call, for use primarily by the ClusterCacheLoader.
 class MultipleRpcCommand
          Command that implements cluster replication logic.
 class SingleRpcCommand
          Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 

Uses of CacheRpcCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type CacheRpcCommand
protected  void BaseRpcInterceptor.replicateCall(InvocationContext ctx, CacheRpcCommand call, boolean sync)
           
protected  void BaseRpcInterceptor.replicateCall(InvocationContext ctx, CacheRpcCommand call, boolean sync, boolean useOutOfBandMessage)
           
 

Uses of CacheRpcCommand in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type CacheRpcCommand
 Response InboundInvocationHandlerImpl.handle(CacheRpcCommand cmd)
           
 Response InboundInvocationHandler.handle(CacheRpcCommand command)
          Invokes a command on the cache, from a remote source.
 

Uses of CacheRpcCommand in org.infinispan.remoting.responses
 

Methods in org.infinispan.remoting.responses with parameters of type CacheRpcCommand
 Response ResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DistributionResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 Response DefaultResponseGenerator.getResponse(CacheRpcCommand command, Object returnValue)
           
 

Uses of CacheRpcCommand in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type CacheRpcCommand
protected  Response CommandAwareRpcDispatcher.executeCommand(CacheRpcCommand cmd, org.jgroups.Message req)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.