Uses of Interface
com.arjuna.wst.Participant

Packages that use Participant
com.arjuna.wst   
com.arjuna.wst11.messaging.engines   
com.arjuna.wst11.stub   
 

Uses of Participant in com.arjuna.wst
 

Subinterfaces of Participant in com.arjuna.wst
 interface Durable2PCParticipant
          The Durable2PCParticipant.
 interface Volatile2PCParticipant
          The Volatile2PCParticipant.
 

Uses of Participant in com.arjuna.wst11.messaging.engines
 

Constructors in com.arjuna.wst11.messaging.engines with parameters of type Participant
ParticipantEngine(Participant participant, String id, com.arjuna.webservices11.wsat.State state, W3CEndpointReference coordinator, boolean recovered)
          Construct the engine for the participant in a specified state.
ParticipantEngine(Participant participant, String id, W3CEndpointReference coordinator)
          Construct the initial engine for the participant.
 

Uses of Participant in com.arjuna.wst11.stub
 

Classes in com.arjuna.wst11.stub that implement Participant
 class Durable2PCStub
           
 class ParticipantStub
           
 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.
 class SubordinateVolatile2PCStub
          A volatile participant registered on behalf of an interposed WS-AT coordinator in order to ensure that volatile participants in the subtransaction are prepared at the right time.
 class Volatile2PCStub
           
 



Copyright © 2012. All Rights Reserved.