| Package | Description |
|---|---|
| javax.jms | |
| javax.resource.spi | |
| javax.resource.spi.endpoint | |
| javax.transaction | |
| javax.transaction.xa |
| Modifier and Type | Method and Description |
|---|---|
XAResource |
XASession.getXAResource() |
| Modifier and Type | Method and Description |
|---|---|
XAResource |
ManagedConnection.getXAResource()
Returns an XAResource for the connection.
|
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
| Modifier and Type | Method and Description |
|---|---|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Transaction.delistResource(XAResource xaRes,
int flag)
Delists a resource from the transaction.
|
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlists a resource with the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
XAResource.isSameRM(XAResource xa)
Returns true if the specified resource has the same RM.
|