org.infinispan.commands.remote
Class BaseRpcCommand

java.lang.Object
  extended by org.infinispan.commands.remote.BaseRpcCommand
All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand
Direct Known Subclasses:
BaseRpcInvokingCommand, RehashControlCommand

public abstract class BaseRpcCommand
extends Object
implements CacheRpcCommand


Field Summary
protected  String cacheName
           
 
Constructor Summary
protected BaseRpcCommand()
           
protected BaseRpcCommand(String cacheName)
           
 
Method Summary
 String getCacheName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Field Detail

cacheName

protected String cacheName
Constructor Detail

BaseRpcCommand

protected BaseRpcCommand(String cacheName)

BaseRpcCommand

protected BaseRpcCommand()
Method Detail

getCacheName

public String getCacheName()
Specified by:
getCacheName in interface CacheRpcCommand
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.