|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XAResource | |
| javax.jms | This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. |
| javax.resource.spi | |
| javax.sql | |
| javax.transaction | |
| 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 XAResource in javax.jms |
| Methods in javax.jms that return XAResource | |
XAResource |
XASession.getXAResource()
|
| Uses of XAResource in javax.resource.spi |
| Methods in javax.resource.spi that return XAResource | |
XAResource |
ManagedConnection.getXAResource()
Returns an XAResource instance. |
| Uses of XAResource in javax.sql |
| Methods in javax.sql that return XAResource | |
XAResource |
XAConnection.getXAResource()
Return an XA resource to the caller. |
| Uses of XAResource in javax.transaction |
| Methods in javax.transaction with parameters of type XAResource | |
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist an XA resource with this transaction. |
boolean |
Transaction.delistResource(XAResource xaRes,
int flag)
Delist an XA resource from this transaction. |
| Uses of XAResource in javax.transaction.xa |
| Methods in javax.transaction.xa with parameters of type XAResource | |
boolean |
XAResource.isSameRM(XAResource xaRes)
Tells the caller if this resource has the same resource manager as the argument resource. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||