|
||||||||||
| 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.Coordinator<T>
public class Coordinator<T>
This is the common implementation for wsat10 and wsat11 Coordinators endpoints.
| Constructor Summary | |
|---|---|
Coordinator(WebServiceContext m_context,
WSATVersion<T> m_version)
|
|
| Method Summary | |
|---|---|
void |
abortedOperation(T parameters)
Aborted response Get Xid and update status in order to notify. |
void |
committedOperation(T parameters)
Committed response Get Xid and update status in order to notify. |
protected TransactionServices |
getTransactionServices()
Return TransactionServicesImpl in order to issue replayCompletion |
protected WSATHelper |
getWSATHelper()
Return the WSATHelper singleton |
void |
preparedOperation(T parameters)
Prepared response Get Xid and update status in order to notify. |
void |
readOnlyOperation(T parameters)
ReadOnly response Get Xid and update status in order to notify. |
void |
replayOperation(T parameters)
WS-AT 1.0 recovery operation Get Xid and issue replay |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Coordinator(WebServiceContext m_context,
WSATVersion<T> m_version)
| Method Detail |
|---|
public void preparedOperation(T parameters)
preparedOperation in interface CoordinatorIF<T>parameters - Notificationpublic void abortedOperation(T parameters)
abortedOperation in interface CoordinatorIF<T>parameters - Notificationpublic void readOnlyOperation(T parameters)
readOnlyOperation in interface CoordinatorIF<T>parameters - Notificationpublic void committedOperation(T parameters)
committedOperation in interface CoordinatorIF<T>parameters - Notificationpublic void replayOperation(T parameters)
replayOperation in interface CoordinatorIF<T>parameters - Notificationprotected TransactionServices getTransactionServices()
protected WSATHelper getWSATHelper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||