org.infinispan.commands.remote
Class RecoveryCommand

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

public abstract class RecoveryCommand
extends BaseRpcCommand

Base class for recovery-related rpc-commands.

Since:
5.0
Author:
Mircea.Markus@jboss.com

Field Summary
protected  RecoveryManager recoveryManager
           
 
Fields inherited from class org.infinispan.commands.remote.BaseRpcCommand
cacheName, componentRegistry, configuration
 
Constructor Summary
RecoveryCommand()
           
 
Method Summary
 void init(RecoveryManager rm)
           
 
Methods inherited from class org.infinispan.commands.remote.BaseRpcCommand
getCacheName, getComponentRegistry, getConfiguration, getOrigin, injectComponents, setOrigin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.infinispan.commands.ReplicableCommand
getCommandId, getParameters, perform, setParameters
 

Field Detail

recoveryManager

protected RecoveryManager recoveryManager
Constructor Detail

RecoveryCommand

public RecoveryCommand()
Method Detail

init

public void init(RecoveryManager rm)

-->

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