Uses of Interface
com.arjuna.wst.Participant
Package
Description
-
Uses of Participant in com.arjuna.wst
Modifier and TypeInterfaceDescriptioninterface
The Durable2PCParticipant.interface
The Volatile2PCParticipant. -
Uses of Participant in com.arjuna.wst11.messaging.engines
ModifierConstructorDescriptionParticipantEngine
(Participant participant, String id, com.arjuna.webservices11.wsat.State state, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator, boolean recovered) Construct the engine for the participant in a specified state.ParticipantEngine
(Participant participant, String id, jakarta.xml.ws.wsaddressing.W3CEndpointReference coordinator) Construct the initial engine for the participant. -
Uses of Participant in com.arjuna.wst11.stub
Modifier and TypeClassDescriptionclass
class
class
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
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
-
Uses of Participant in org.jboss.jbossts.txbridge.inbound
Modifier and TypeClassDescriptionclass
Provides method call mapping between WS-AT Durable Participant interface and an underlying JTA subtransaction coordinator.class
Provides method call mapping between WS-AT Volatile Participant interface and an underlying JTA subtransaction coordinator.