|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Xid | |
javax.resource.spi | J2EE Connector API - System Programmer Interface. |
javax.resource.spi.work | J2EE Connector API - Work Management. |
javax.transaction.xa | This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages. |
Uses of Xid in javax.resource.spi |
Methods in javax.resource.spi that return Xid | |
Xid[] |
XATerminator.recover(int flag)
Retrieve xids that are recoverable |
Methods in javax.resource.spi with parameters of type Xid | |
void |
XATerminator.commit(Xid xid,
boolean onePhase)
Commit the transaction |
void |
XATerminator.forget(Xid xid)
Forget the transaction |
int |
XATerminator.prepare(Xid xid)
Prepare the transaction |
void |
XATerminator.rollback(Xid xid)
Rollback the transaction |
Uses of Xid in javax.resource.spi.work |
Methods in javax.resource.spi.work that return Xid | |
Xid |
ExecutionContext.getXid()
Get the xid |
Methods in javax.resource.spi.work with parameters of type Xid | |
void |
ExecutionContext.setXid(Xid xid)
Set the xid |
Uses of Xid in javax.transaction.xa |
Methods in javax.transaction.xa that return Xid | |
Xid[] |
XAResource.recover(int flag)
Return a list of transactions that are in a prepared or heuristically state. |
Methods in javax.transaction.xa with parameters of type Xid | |
void |
XAResource.start(Xid xid,
int flags)
Called to associate the resource with a transaction. |
void |
XAResource.end(Xid xid,
int flags)
Called to disassociate the resource from a transaction. |
int |
XAResource.prepare(Xid xid)
Prepare to commit the work done on this resource in the given transaction. |
void |
XAResource.commit(Xid xid,
boolean onePhase)
Commit the work done on this resource in the given transaction. |
void |
XAResource.rollback(Xid xid)
Roll back the work done on this resource in the given transaction. |
void |
XAResource.forget(Xid xid)
Tells the resource manager to forget about a heuristic decision. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |