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