Package com.sun.xml.ws.tx.at.internal
Class WSATGatewayRMPeerRecoveryDelegate
java.lang.Object
com.sun.xml.ws.tx.at.internal.WSATGatewayRMPeerRecoveryDelegate
- All Implemented Interfaces:
XAResource
Delegates to WSATGatewayRM for peer/delegate recovery.
The main/only purpose of this class is the special recover call made on WSATGatewayRM to identify the instance
and/for log location
- Author:
- paulparkinson
-
Field Summary
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidintbooleanisSameRM(XAResource xaResource) intXid[]recover(int i) voidbooleansetTransactionTimeout(int i) void
-
Constructor Details
-
WSATGatewayRMPeerRecoveryDelegate
public WSATGatewayRMPeerRecoveryDelegate() -
WSATGatewayRMPeerRecoveryDelegate
-
-
Method Details
-
commit
- Specified by:
commitin interfaceXAResource- Throws:
XAException
-
end
- Specified by:
endin interfaceXAResource- Throws:
XAException
-
forget
- Specified by:
forgetin interfaceXAResource- Throws:
XAException
-
getTransactionTimeout
- Specified by:
getTransactionTimeoutin interfaceXAResource- Throws:
XAException
-
isSameRM
- Specified by:
isSameRMin interfaceXAResource- Throws:
XAException
-
prepare
- Specified by:
preparein interfaceXAResource- Throws:
XAException
-
recover
- Specified by:
recoverin interfaceXAResource- Throws:
XAException
-
rollback
- Specified by:
rollbackin interfaceXAResource- Throws:
XAException
-
setTransactionTimeout
- Specified by:
setTransactionTimeoutin interfaceXAResource- Throws:
XAException
-
start
- Specified by:
startin interfaceXAResource- Throws:
XAException
-