Uses of Interface
com.atomikos.icatch.Participant

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

Uses of Participant in com.atomikos.datasource
 

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

Uses of Participant in com.atomikos.icatch
 

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

Methods in com.atomikos.icatch that return types with arguments of type Participant
 Stack<Participant> Extent.getParticipants()
           
 

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



Copyright © 2013. All Rights Reserved.