Package | Description |
---|---|
javax.resource.spi |
J2EE Connector API - System Programmer Interface.
|
javax.resource.spi.endpoint |
J2EE Connector API - Message Endpoint.
|
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.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
ManagedConnection.getXAResource()
Returns an XAResource instance.
|
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called by the application server during recovery
|
Modifier and Type | Method and Description |
---|---|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource resource)
Creates a message endpoint
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XAResource.isSameRM(XAResource xaRes)
Tells the caller if this resource has the same resource manager
as the argument resource.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.