Uses of Interface
com.atomikos.icatch.RecoveryCoordinator

Packages that use RecoveryCoordinator
com.atomikos.icatch   
com.atomikos.icatch.imp   
 

Uses of RecoveryCoordinator in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return RecoveryCoordinator
 RecoveryCoordinator CompositeTransaction.addParticipant(Participant participant)
          Add a new participant.
 RecoveryCoordinator CompositeCoordinator.getRecoveryCoordinator()
          Get the recovery coordinator instance for this one.
 RecoveryCoordinator TransactionService.getSuperiorRecoveryCoordinator(String root)
          Gets the superior recovery coordinator for a given root.
 

Uses of RecoveryCoordinator in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement RecoveryCoordinator
 class CoordinatorImp
          Implementation of termination logic.
 

Methods in com.atomikos.icatch.imp that return RecoveryCoordinator
 RecoveryCoordinator CoordinatorImp.addParticipant(Participant participant)
           
 RecoveryCoordinator CompositeTransactionImp.addParticipant(Participant participant)
           
 RecoveryCoordinator AbstractCompositeTransaction.addParticipant(Participant participant)
           
 RecoveryCoordinator CoordinatorImp.getRecoveryCoordinator()
           
 RecoveryCoordinator CompositeTransactionAdaptor.getRecoveryCoordinator()
           
 RecoveryCoordinator TransactionServiceImp.getSuperiorRecoveryCoordinator(String root)
           
 

Methods in com.atomikos.icatch.imp with parameters of type RecoveryCoordinator
static Propagation PropagationImp.adaptPropagation(Propagation propagation, RecoveryCoordinator adaptor)
          Create a new instance.
 

Constructors in com.atomikos.icatch.imp with parameters of type RecoveryCoordinator
CompositeTransactionAdaptor(Stack lineage, String tid, boolean serial, RecoveryCoordinator adaptor, Boolean isRecoverableWhileActive)
          Create a new instance.
CompositeTransactionAdaptor(String root, boolean serial, RecoveryCoordinator adaptor)
          Constructor for testin.
CompositeTransactionAdaptor(String root, boolean serial, RecoveryCoordinator adaptor, Properties properties)
          Constructs a new instance for an imported ROOT.
CoordinatorImp(String root, RecoveryCoordinator coord, Console console, boolean heuristic_commit, boolean checkorphans)
          Constructor.
CoordinatorImp(String root, RecoveryCoordinator coord, Console console, boolean heuristic_commit, long timeout, boolean checkorphans, boolean single_threaded_2pc)
          Constructor.
 



Copyright © 2011. All Rights Reserved.