Interface RemotingOperations
public interface RemotingOperations
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) begin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) voidvoidintXid[]voidvoidsetRollbackOnly(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)
-
Method Details
-
commit
void commit(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException - Throws:
XAException
-
forget
- Throws:
XAException
-
prepare
- Throws:
XAException
-
rollback
- Throws:
XAException
-
setRollbackOnly
void setRollbackOnly(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException - Throws:
XAException
-
beforeCompletion
void beforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException - Throws:
XAException
-
recover
Xid[] recover(int flag, String parentName, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException - Throws:
XAException
-
begin
SimpleTransactionControl begin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws jakarta.transaction.SystemException - Throws:
jakarta.transaction.SystemException
-