public interface XARecoverable
XAResource and XATerminator APIs.| Modifier and Type | Method and Description |
|---|---|
void |
commit(Xid xid,
boolean onePhase) |
void |
forget(Xid xid) |
static XARecoverable |
from(XAResource xaResource) |
static XARecoverable |
from(XATerminator xaTerminator) |
default Xid[] |
recover(int flag) |
Xid[] |
recover(int flag,
String parentName) |
default Xid[] recover(int flag) throws XAException
XAExceptionXid[] recover(int flag, String parentName) throws XAException
XAExceptionvoid commit(Xid xid, boolean onePhase) throws XAException
XAExceptionvoid forget(Xid xid) throws XAException
XAExceptionstatic XARecoverable from(XATerminator xaTerminator)
static XARecoverable from(XAResource xaResource)
Copyright © 2017 JBoss by Red Hat. All rights reserved.