|
|||||||||||
| 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 | J2EE Connector API - System Programmer Interface. |
| javax.resource.spi.endpoint | J2EE Connector API - Message Endpoint. |
| 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()
Returns an XA resource to the caller. |
| Uses of XAResource in javax.resource.spi |
| Methods in javax.resource.spi that return XAResource | |
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called by the application server during recovery |
XAResource |
ManagedConnection.getXAResource()
Returns an XAResource instance. |
| Uses of XAResource in javax.resource.spi.endpoint |
| Methods in javax.resource.spi.endpoint with parameters of type XAResource | |
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource resource)
Creates a message endpoint |
| 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 | ||||||||||