Uses of Interface
com.arjuna.wst.Durable2PCParticipant

Packages that use Durable2PCParticipant
com.arjuna.mw.wst11   
com.arjuna.wst11.stub   
 

Uses of Durable2PCParticipant in com.arjuna.mw.wst11
 

Methods in com.arjuna.mw.wst11 with parameters of type Durable2PCParticipant
abstract  void TransactionManager.enlistForDurableTwoPhase(Durable2PCParticipant tpp, String id)
          Enlist the specified participant with current transaction such that it will participate in the 2PC protocol; a unique identifier for the participant is also required.
 

Uses of Durable2PCParticipant in com.arjuna.wst11.stub
 

Classes in com.arjuna.wst11.stub that implement Durable2PCParticipant
 class Durable2PCStub
           
 class SubordinateDurable2PCStub
          A durable participant registered on behalf of an interposed WS-AT coordinator in order to ensure that durable participants in the subtransaction prepared, committed and aborted at the right time.
 



Copyright © 2012. All Rights Reserved.