org.infinispan.commands.remote.recovery
Class RecoveryCommand
java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.commands.remote.recovery.RecoveryCommand
- All Implemented Interfaces:
- CacheRpcCommand, ReplicableCommand
- Direct Known Subclasses:
- CompleteTransactionCommand, GetInDoubtTransactionsCommand, GetInDoubtTxInfoCommand, RemoveRecoveryInfoCommand
public abstract class RecoveryCommand
- extends BaseRpcCommand
Base class for recovery-related rpc-commands.
- Since:
- 5.0
- Author:
- Mircea.Markus@jboss.com
recoveryManager
protected RecoveryManager recoveryManager
RecoveryCommand
public RecoveryCommand()
RecoveryCommand
protected RecoveryCommand(String cacheName)
init
public void init(RecoveryManager rm)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.