Interface RemotingOperations
-
public interface RemotingOperations- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)SimpleTransactionControlbegin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)voidcommit(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)voidforget(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)intprepare(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)Xid[]recover(int flag, String parentName, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)voidrollback(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)voidsetRollbackOnly(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)
-
-
-
Method Detail
-
commit
void commit(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
- Throws:
XAException
-
forget
void forget(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
- Throws:
XAException
-
prepare
int prepare(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
- Throws:
XAException
-
rollback
void rollback(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
- 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
-
-