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   
com.atomikos.icatch.msg   
com.atomikos.icatch.trmi   
 

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.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)
          Gets a participant handle for the given root.
 

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.
 

Uses of Participant in com.atomikos.icatch.imp
 

Classes in com.atomikos.icatch.imp that implement Participant
 class CoordinatorImp
          All things related to 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)
           
 

Uses of Participant in com.atomikos.icatch.msg
 

Classes in com.atomikos.icatch.msg that implement Participant
 class MessageParticipant
          A participant implementation that can be used on a message-based platform.
 

Methods in com.atomikos.icatch.msg with parameters of type Participant
 boolean AbstractTransport.recover(Participant participant)
           
 Boolean MessageRecoveryCoordinator.replayCompletion(Participant localCoordinator)
          Transforms a replay request on behalf of a local coordinator into a request that conforms to a message-based two-phase commit.
 

Uses of Participant in com.atomikos.icatch.trmi
 

Methods in com.atomikos.icatch.trmi with parameters of type Participant
 com.atomikos.icatch.trmi.RecoveryCoordinatorProxy TrmiTransactionManager_Stub.addParticipant(Participant $param_Participant_1, String $param_String_2)
           
 com.atomikos.icatch.trmi.RecoveryCoordinatorProxy TrmiTransactionManager.addParticipant(Participant participantproxy, String txid)
           
 com.atomikos.icatch.trmi.RecoveryCoordinatorProxy CompositeTransactionServer.addParticipant(Participant participant, String txid)
          Add a new participant to the transaction of the given tid.
 com.atomikos.icatch.trmi.RecoveryCoordinatorProxy _TrmiTransactionManager_Stub.addParticipant(Participant arg0, String arg1)
           
 com.atomikos.icatch.trmi.RecoveryCoordinatorProxy _CompositeTransactionServer_Stub.addParticipant(Participant arg0, String arg1)
           
 Boolean TrmiTransactionManager_Stub.replayCompletion(String $param_String_1, Participant $param_Participant_2)
           
 Boolean TrmiTransactionManager.replayCompletion(String root, Participant participant)
           
 Boolean RecoveryServer.replayCompletion(String root, Participant participant)
          Replay completion for given root, on given participant.
 Boolean _TrmiTransactionManager_Stub.replayCompletion(String arg0, Participant arg1)
           
 Boolean _RecoveryServer_Stub.replayCompletion(String arg0, Participant arg1)
           
 



Copyright © 2012. All Rights Reserved.