Package | Description |
---|---|
javax.jms |
The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
javax.resource.spi.endpoint |
This package contains system contracts for service endpoint interactions.
|
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.
|
org.apache.activemq.artemis.api.core.client | |
org.apache.activemq.artemis.core.client.impl | |
org.apache.activemq.artemis.jms.client | |
org.hibernate.engine.transaction.jta.platform.internal | |
org.jboss.ejb.client | |
org.jboss.jbossts.txbridge.outbound |
Modifier and Type | Method and Description |
---|---|
XAResource |
XASession.getXAResource()
Returns an XA resource to the caller.
|
XAResource |
XAJMSContext.getXAResource()
Returns an
XAResource to the caller. |
Modifier and Type | Method and Description |
---|---|
XAResource |
ManagedConnection.getXAResource()
Returns an
javax.transaction.xa.XAresource instance. |
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
This method is called by the application server during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource)
This is used to create a message endpoint.
|
MessageEndpoint |
MessageEndpointFactory.createEndpoint(XAResource xaResource,
long timeout)
This is used to create 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSession
A ClientSession is a single-thread object required for producing and consuming messages.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
ClientSession.getXAResource()
Returns the XAResource associated to the session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActiveMQXAResource |
interface |
ClientSessionInternal |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl |
Modifier and Type | Method and Description |
---|---|
XAResource |
ActiveMQXAResource.getResource() |
XAResource |
ClientSessionImpl.getXAResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientSessionImpl.isSameRM(XAResource xares) |
Modifier and Type | Method and Description |
---|---|
XAResource |
ActiveMQSession.getXAResource() |
XAResource |
ActiveMQJMSContext.getXAResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.delistResource(XAResource resource,
int i) |
boolean |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.enlistResource(XAResource resource) |
Modifier and Type | Method and Description |
---|---|
static XAResource |
EJBClientManagedTransactionContext.getEJBXAResourceForRecovery(EJBReceiverContext receiverContext,
String transactionOriginNodeIdentifier)
Returns a EJB
XAResource which can be used *only* during transaction recovery process |
Modifier and Type | Class and Description |
---|---|
class |
BridgeXAResource
Provides method call mapping between JTA parent coordinator and WS-AT subordinate transaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BridgeXAResource.isSameRM(XAResource xaResource) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.