Uses of Interface
com.atomikos.icatch.RecoveryCoordinator

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

Uses of RecoveryCoordinator in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return RecoveryCoordinator
 RecoveryCoordinator CompositeTransaction.addParticipant(Participant participant)
           
 RecoveryCoordinator CompositeCoordinator.getRecoveryCoordinator()
           
 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
          All things related to 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, boolean heuristic_commit, boolean checkorphans)
          Constructor.
CoordinatorImp(String root, RecoveryCoordinator coord, boolean heuristic_commit, long timeout, boolean checkorphans, boolean single_threaded_2pc)
          Constructor.
 

Uses of RecoveryCoordinator in com.atomikos.icatch.msg
 

Classes in com.atomikos.icatch.msg that implement RecoveryCoordinator
 class MessageRecoveryCoordinator
          A recovery coordinator that takes the role of adaptor.
 



Copyright © 2012. All Rights Reserved.