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
public class WSATGatewayRMPeerRecoveryDelegate extends Object implements 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 Constructor Description WSATGatewayRMPeerRecoveryDelegate()WSATGatewayRMPeerRecoveryDelegate(String peerLogLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit(Xid xid, boolean b)voidend(Xid xid, int i)voidforget(Xid xid)intgetTransactionTimeout()booleanisSameRM(XAResource xaResource)intprepare(Xid xid)Xid[]recover(int i)voidrollback(Xid xid)booleansetTransactionTimeout(int i)voidstart(Xid xid, int i)
-
-
-
Constructor Detail
-
WSATGatewayRMPeerRecoveryDelegate
public WSATGatewayRMPeerRecoveryDelegate()
-
WSATGatewayRMPeerRecoveryDelegate
public WSATGatewayRMPeerRecoveryDelegate(String peerLogLocation)
-
-
Method Detail
-
commit
public void commit(Xid xid, boolean b) throws XAException
- Specified by:
commitin interfaceXAResource- Throws:
XAException
-
end
public void end(Xid xid, int i) throws XAException
- Specified by:
endin interfaceXAResource- Throws:
XAException
-
forget
public void forget(Xid xid) throws XAException
- Specified by:
forgetin interfaceXAResource- Throws:
XAException
-
getTransactionTimeout
public int getTransactionTimeout() throws XAException- Specified by:
getTransactionTimeoutin interfaceXAResource- Throws:
XAException
-
isSameRM
public boolean isSameRM(XAResource xaResource) throws XAException
- Specified by:
isSameRMin interfaceXAResource- Throws:
XAException
-
prepare
public int prepare(Xid xid) throws XAException
- Specified by:
preparein interfaceXAResource- Throws:
XAException
-
recover
public Xid[] recover(int i) throws XAException
- Specified by:
recoverin interfaceXAResource- Throws:
XAException
-
rollback
public void rollback(Xid xid) throws XAException
- Specified by:
rollbackin interfaceXAResource- Throws:
XAException
-
setTransactionTimeout
public boolean setTransactionTimeout(int i) throws XAException- Specified by:
setTransactionTimeoutin interfaceXAResource- Throws:
XAException
-
start
public void start(Xid xid, int i) throws XAException
- Specified by:
startin interfaceXAResource- Throws:
XAException
-
-