Uses of Interface
com.atomikos.icatch.Participant

Packages that use Participant
com.atomikos.datasource   
com.atomikos.datasource.xa   
com.atomikos.icatch   
com.atomikos.icatch.imp   
 

Uses of Participant in com.atomikos.datasource
 

Methods in com.atomikos.datasource with parameters of type Participant
 boolean RecoverableResource.recover(Participant participant)
          Recover the partially reconstructed Participant.
 

Uses of Participant in com.atomikos.datasource.xa
 

Classes in com.atomikos.datasource.xa that implement Participant
 class XAResourceTransaction
          An implementation of ResourceTransaction for XA transactions.
 

Methods in com.atomikos.datasource.xa with parameters of type Participant
 boolean XATransactionalResource.recover(Participant participant)
           
 

Uses of Participant in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return Participant
 Participant TransactionService.getParticipant(String root)
          Get a participant for the given root.
 

Methods in com.atomikos.icatch with parameters of type Participant
 void Extent.add(Participant participant, int count)
          Add a participant to the extent.
 RecoveryCoordinator CompositeTransaction.addParticipant(Participant participant)
          Add a new participant.
 Boolean RecoveryCoordinator.replayCompletion(Participant participant)
          Ask for a repetition of completion.
 

Uses of Participant in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement Participant
 class CoordinatorImp
          Implementation of termination logic.
 class ReadOnlyParticipant
           
 class RollbackOnlyParticipant
          A participant to add in case setRollbackOnly is called.
 class SubTransactionCoordinatorParticipant
          A participant for registering a subtx coordinator as a subordinate in 2PC of the parent transaction coordinator.
 

Methods in com.atomikos.icatch.imp that return Participant
 Participant CoordinatorImp.getParticipant()
           
 Participant TransactionServiceImp.getParticipant(String root)
           
 Participant BaseTransactionManager.getParticipant(String root)
          Get the participant for the given root.
 

Methods in com.atomikos.icatch.imp with parameters of type Participant
 void ExtentImp.add(Participant participant, int count)
           
 RecoveryCoordinator CoordinatorImp.addParticipant(Participant participant)
           
 RecoveryCoordinator CompositeTransactionImp.addParticipant(Participant participant)
           
 RecoveryCoordinator AbstractCompositeTransaction.addParticipant(Participant participant)
           
 Boolean CoordinatorImp.replayCompletion(Participant participant)
           
 



Copyright © 2011. All Rights Reserved.