Class Participant<T>
- java.lang.Object
-
- com.sun.xml.ws.tx.at.common.endpoint.Participant<T>
-
- All Implemented Interfaces:
ParticipantIF<T>
public class Participant<T> extends Object implements ParticipantIF<T>
The common implementation for wsat10 and wsat11 Participants endpoints. This impl wraps the (sub)coordinator/TM of this server as a WS-AT participant
-
-
Constructor Summary
Constructors Constructor Description Participant(jakarta.xml.ws.WebServiceContext context, WSATVersion<T> version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit(T parameters)commit call on this subordinateprotected TcreateNotification()protected WSATHelpergetWSATHelper()voidprepare(T parameters)prepare call on this subordinatevoidrollback(T parameters)rollback call on this subordinate
-
-
-
Constructor Detail
-
Participant
public Participant(jakarta.xml.ws.WebServiceContext context, WSATVersion<T> version)
-
-
Method Detail
-
prepare
public void prepare(T parameters)
prepare call on this subordinate- Specified by:
preparein interfaceParticipantIF<T>- Parameters:
parameters- T
-
commit
public void commit(T parameters)
commit call on this subordinate- Specified by:
commitin interfaceParticipantIF<T>- Parameters:
parameters- T
-
rollback
public void rollback(T parameters)
rollback call on this subordinate- Specified by:
rollbackin interfaceParticipantIF<T>- Parameters:
parameters- T
-
createNotification
protected T createNotification()
-
getWSATHelper
protected WSATHelper getWSATHelper()
-
-