Modifier and Type | Class and Description |
---|---|
class |
HessianXAResource
Resource
|
Modifier and Type | Method and Description |
---|---|
boolean |
HessianXAResource.isSameRM(XAResource xares) |
Modifier and Type | Method and Description |
---|---|
XAResource[] |
JmsResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
CauchoMessageEndpoint.__caucho_setXAResource(XAResource xaResource) |
MessageEndpoint |
MessageManager.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
MessageManager.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
Modifier and Type | Method and Description |
---|---|
void |
XAManager.enlist(XAResource xaResource)
Enlists a resource
|
Modifier and Type | Method and Description |
---|---|
XAResource[] |
AbstractResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsSession
Manages the JMS session.
|
class |
QueueSessionImpl
A sample queue session.
|
class |
TopicSessionImpl
A sample topic session.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
JmsSession.getXAResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
JmsSession.isSameRM(XAResource xa)
Returns true if the specified resource has the same RM.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
ManagedSessionImpl.getXAResource() |
XAResource[] |
ResourceAdapterImpl.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
MessageEndpoint |
ListenerEndpointFactory.createEndpoint(XAResource xaResource)
Creates an endpoint with the associated XA resource.
|
MessageEndpoint |
ListenerEndpointFactory.createEndpoint(XAResource xaResource,
long timeout)
Creates an endpoint with the associated XA resource.
|
Modifier and Type | Class and Description |
---|---|
class |
DisjointXAResource
Represents an XA resource which should have isSameRM return false.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
DisjointXAResource.getXAResource()
Returns the underlying resource.
|
XAResource |
ManagedConnectionImpl.getXAResource()
Returns the XA resource for the connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DisjointXAResource.isSameRM(XAResource resource)
Returns true if the underlying RM is the same.
|
Constructor and Description |
---|
DisjointXAResource(XAResource resource)
Creates a new DisjointXAResource
|
Modifier and Type | Class and Description |
---|---|
class |
SpyXAResource
Spying on a connection.
|
Modifier and Type | Method and Description |
---|---|
XAResource |
SpyXAConnection.getXAResource()
Returns the XAResource.
|
XAResource |
SpyXAResource.getXAResource()
Returns the underlying resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpyXAResource.isSameRM(XAResource resource)
Returns true if the underlying RM is the same.
|
Constructor and Description |
---|
SpyXAResource(java.lang.String id,
XAResource resource)
Creates a new SpyXAResource
|
Modifier and Type | Class and Description |
---|---|
class |
XAResourceWrapper |
Modifier and Type | Method and Description |
---|---|
XAResource |
XAConnectionWrapper.getXAResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
XAResourceWrapper.isSameRM(XAResource xaResource) |
Constructor and Description |
---|
XAResourceWrapper(ProfilerPoint profilerPoint,
XAResource xaResource) |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagedXAResource
Managed resource registered with the transaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionImpl.delistResource(XAResource resource,
int flag)
De-lists a resource from the current transaction
|
boolean |
TransactionImpl.enlistResource(XAResource resource)
Enlists a resource with the current transaction.
|
void |
TransactionImpl.putResource(java.lang.Object key,
XAResource resource)
Puts a resource into a map of resources and adds the resource to the
transaction.
|
void |
TransactionManagerImpl.recover(XAResource xaRes)
Returns the corresponding user transaction.
|
void |
UserTransactionProxy.recover(XAResource xaRes)
Recovers an XAResource
|
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.
|