public abstract class BaseRpcCommand extends Object implements CacheRpcCommand
Modifier | Constructor and Description |
---|---|
protected |
BaseRpcCommand(String cacheName) |
Modifier and Type | Method and Description |
---|---|
String |
getCacheName() |
Address |
getOrigin()
Get the origin of the command
|
void |
setOrigin(Address origin)
Set the origin of the command
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCommandId, getParameters, isReturnValueExpected, perform, setParameters
protected final String cacheName
protected BaseRpcCommand(String cacheName)
public String getCacheName()
getCacheName
in interface CacheRpcCommand
public Address getOrigin()
CacheRpcCommand
getOrigin
in interface CacheRpcCommand
public void setOrigin(Address origin)
CacheRpcCommand
setOrigin
in interface CacheRpcCommand
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.