Modifier and Type | Method and Description |
---|---|
Xid[] |
HessianXAResource.recover(int flag) |
Modifier and Type | Method and Description |
---|---|
void |
HessianXAResource.commit(Xid xid,
boolean onephase) |
void |
HessianXAResource.end(Xid xid,
int flags) |
void |
HessianXAResource.forget(Xid xid) |
int |
HessianXAResource.prepare(Xid xid) |
void |
HessianXAResource.rollback(Xid xid) |
void |
HessianXAResource.start(Xid xid,
int flags) |
Modifier and Type | Method and Description |
---|---|
Xid[] |
JmsSession.recover(int flag)
Called to find Xid's that need recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsSession.commit(Xid xid,
boolean onePhase)
Called to commit.
|
void |
JmsSession.end(Xid xid,
int flags)
Called when the resource is is done with a transaction.
|
void |
JmsSession.forget(Xid xid)
Called to forget an Xid that had a heuristic commit.
|
int |
JmsSession.prepare(Xid xid)
Called to start the first phase of the commit.
|
void |
JmsSession.rollback(Xid xid)
Called to roll back.
|
void |
JmsSession.start(Xid xid,
int flags)
Called when the resource is associated with a transaction.
|
Modifier and Type | Method and Description |
---|---|
Xid[] |
DisjointXAResource.recover(int flags)
Rolls the resource back
|
Modifier and Type | Method and Description |
---|---|
void |
DisjointXAResource.commit(Xid xid,
boolean onePhase)
Commits the resource
|
void |
DisjointXAResource.end(Xid xid,
int flags)
Starts the resource.
|
void |
DisjointXAResource.forget(Xid xid)
Forgets the transaction
|
int |
DisjointXAResource.prepare(Xid xid)
Rolls the resource back
|
void |
DisjointXAResource.rollback(Xid xid)
Rolls the resource back
|
void |
DisjointXAResource.start(Xid xid,
int flags)
Starts the resource.
|
Modifier and Type | Method and Description |
---|---|
Xid[] |
SpyXAResource.recover(int flags)
Rolls the resource back
|
Modifier and Type | Method and Description |
---|---|
void |
SpyXAResource.commit(Xid xid,
boolean onePhase)
Commits the resource
|
void |
SpyXAResource.end(Xid xid,
int flags)
Starts the resource.
|
void |
SpyXAResource.forget(Xid xid)
Forgets the transaction
|
int |
SpyXAResource.prepare(Xid xid)
Rolls the resource back
|
void |
SpyXAResource.rollback(Xid xid)
Rolls the resource back
|
void |
SpyXAResource.start(Xid xid,
int flags)
Starts the resource.
|
Modifier and Type | Method and Description |
---|---|
Xid[] |
XAResourceWrapper.recover(int i) |
Modifier and Type | Method and Description |
---|---|
void |
XAResourceWrapper.commit(Xid xid,
boolean b) |
void |
XAResourceWrapper.end(Xid xid,
int i) |
void |
XAResourceWrapper.forget(Xid xid) |
int |
XAResourceWrapper.prepare(Xid xid) |
void |
XAResourceWrapper.rollback(Xid xid) |
void |
XAResourceWrapper.start(Xid xid,
int i) |
Modifier and Type | Class and Description |
---|---|
class |
XidImpl
Transaction identifier implementation.
|
Modifier and Type | Method and Description |
---|---|
Xid |
UserTransactionImpl.getXid()
Returns the XID.
|
Xid |
TransactionImpl.getXid() |
Xid |
ManagedXAResource.getXid() |
Modifier and Type | Method and Description |
---|---|
Xid[] |
XATerminator.recover(int flag)
Returns the prepared transaction branches.
|
Modifier and Type | Method and Description |
---|---|
void |
XATerminator.commit(Xid xid,
boolean onePhase)
Commits a transaction.
|
void |
XATerminator.forget(Xid xid)
Forgets a heuristic transaction.
|
int |
XATerminator.prepare(Xid xid)
Prepares a transaction.
|
void |
XATerminator.rollback(Xid xid)
Rolls back a transaction.
|
Modifier and Type | Method and Description |
---|---|
Xid |
ExecutionContext.getXid() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setXid(Xid xid)
Sets the transaction id.
|
Modifier and Type | Method and Description |
---|---|
Xid[] |
XAResource.recover(int flag)
Called to find Xid's that need recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
XAResource.commit(Xid xid,
boolean onePhase)
Called to commit.
|
void |
XAResource.end(Xid xid,
int flags)
Called when the resource is is done with a transaction.
|
void |
XAResource.forget(Xid xid)
Called to forget an Xid that had a heuristic commit.
|
int |
XAResource.prepare(Xid xid)
Called to start the first phase of the commit.
|
void |
XAResource.rollback(Xid xid)
Called to roll back.
|
void |
XAResource.start(Xid xid,
int flags)
Called when the resource is associated with a transaction.
|