public interface RemotingOperations
| Modifier and Type | Method and Description |
|---|---|
void |
beforeCompletion(Xid xid,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
SimpleTransactionControl |
begin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
void |
commit(Xid xid,
boolean onePhase,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
void |
forget(Xid xid,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
int |
prepare(Xid xid,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
Xid[] |
recover(int flag,
String parentName,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
void |
rollback(Xid xid,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
void |
setRollbackOnly(Xid xid,
org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) |
void commit(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionvoid forget(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionint prepare(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionvoid rollback(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionvoid setRollbackOnly(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionvoid beforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionXid[] recover(int flag, String parentName, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
XAExceptionSimpleTransactionControl begin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws SystemException
SystemExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.