org.infinispan.commands.remote
Interface CacheRpcCommand

All Superinterfaces:
ReplicableCommand
All Known Subinterfaces:
TransactionBoundaryCommand
All Known Implementing Classes:
AbstractTransactionBoundaryCommand, BaseRpcCommand, BaseRpcInvokingCommand, ClusteredGetCommand, CommitCommand, LockControlCommand, MultipleRpcCommand, PrepareCommand, RehashControlCommand, RollbackCommand, SingleRpcCommand

public interface CacheRpcCommand
extends ReplicableCommand

The RpcManager only replicates commands wrapped in a CacheRpcCommand.

Since:
4.0
Author:
Manik Surtani, Mircea.Markus@jboss.com

Method Summary
 String getCacheName()
           
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Method Detail

getCacheName

String getCacheName()
Returns:
the name of the cache that produced this command. This will also be the name of the cache this command is intended for.

Google Analytics

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