|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.tx.at.common.endpoint.Participant<T>
public class Participant<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 | |
|---|---|
Participant(WebServiceContext context,
WSATVersion<T> version)
|
|
| Method Summary | |
|---|---|
void |
commit(T parameters)
commit call on this subordinate |
protected T |
createNotification()
|
protected WSATHelper |
getWSATHelper()
|
void |
prepare(T parameters)
prepare call on this subordinate |
void |
rollback(T parameters)
rollback call on this subordinate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Participant(WebServiceContext context,
WSATVersion<T> version)
| Method Detail |
|---|
public void prepare(T parameters)
prepare in interface ParticipantIF<T>parameters - Tpublic void commit(T parameters)
commit in interface ParticipantIF<T>parameters - Tpublic void rollback(T parameters)
rollback in interface ParticipantIF<T>parameters - Tprotected T createNotification()
protected WSATHelper getWSATHelper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||