|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheRpcCommand
The RpcManager only replicates commands wrapped in a CacheRpcCommand.
| Method Summary | |
|---|---|
String |
getCacheName()
|
ComponentRegistry |
getComponentRegistry()
Retrieves the component registry associated with this command |
Configuration |
getConfiguration()
Retrieves the configuration associated with this command |
void |
injectComponents(Configuration cfg,
ComponentRegistry cr)
Sets up some more context for the invocation of this command, so that these components wouldn't need to be looked up again later. |
| Methods inherited from interface org.infinispan.commands.ReplicableCommand |
|---|
getCommandId, getParameters, perform, setParameters |
| Method Detail |
|---|
String getCacheName()
void injectComponents(Configuration cfg,
ComponentRegistry cr)
cfg - configuration of the named cache associated with this commandcr - component registry of the named cache associated with this commandConfiguration getConfiguration()
ComponentRegistry getComponentRegistry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||