Class Coordinator<T>
java.lang.Object
com.sun.xml.ws.tx.at.common.endpoint.Coordinator<T>
- All Implemented Interfaces:
CoordinatorIF<T>
This is the common implementation for wsat10 and wsat11 Coordinators endpoints.
-
Constructor Summary
ConstructorsConstructorDescriptionCoordinator(jakarta.xml.ws.WebServiceContext m_context, WSATVersion<T> m_version) -
Method Summary
Modifier and TypeMethodDescriptionvoidabortedOperation(T parameters) Aborted response Get Xid and update status in order to notify.voidcommittedOperation(T parameters) Committed response Get Xid and update status in order to notify.protected TransactionServicesReturn TransactionServicesImpl in order to issue replayCompletionprotected WSATHelperReturn the WSATHelper singletonvoidpreparedOperation(T parameters) Prepared response Get Xid and update status in order to notify.voidreadOnlyOperation(T parameters) ReadOnly response Get Xid and update status in order to notify.voidreplayOperation(T parameters) WS-AT 1.0 recovery operation Get Xid and issue replay
-
Constructor Details
-
Coordinator
-
-
Method Details
-
preparedOperation
Prepared response Get Xid and update status in order to notify. If Xid does not exist this must be a recovery call- Specified by:
preparedOperationin interfaceCoordinatorIF<T>- Parameters:
parameters- Notification
-
abortedOperation
Aborted response Get Xid and update status in order to notify.- Specified by:
abortedOperationin interfaceCoordinatorIF<T>- Parameters:
parameters- Notification
-
readOnlyOperation
ReadOnly response Get Xid and update status in order to notify.- Specified by:
readOnlyOperationin interfaceCoordinatorIF<T>- Parameters:
parameters- Notification
-
committedOperation
Committed response Get Xid and update status in order to notify.- Specified by:
committedOperationin interfaceCoordinatorIF<T>- Parameters:
parameters- Notification
-
replayOperation
WS-AT 1.0 recovery operation Get Xid and issue replay- Specified by:
replayOperationin interfaceCoordinatorIF<T>- Parameters:
parameters- Notification
-
getTransactionServices
Return TransactionServicesImpl in order to issue replayCompletion- Returns:
- TransactionServices
-
getWSATHelper
Return the WSATHelper singleton- Returns:
- WSATHelper for version
-