|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAResource | |
|---|---|
| javax.jms | JMS 1.1 API. |
| 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 |
ManagedConnection.getXAResource()
Returns an XAResource instance. |
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called by the application server during recovery |
| 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.delistResource(XAResource xaRes,
int flag)
Delist an XA resource from this transaction. |
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist an XA resource with 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 | |||||||||