Package | Description |
---|---|
org.ow2.joram.jakarta.connector |
Modifier and Type | Field and Description |
---|---|
(package private) ManagedConnectionImpl |
WrappedXAResource.managedCx |
(package private) ManagedConnectionImpl |
OutboundConnection.managedCx
The managed connection this "handle" belongs to.
|
Modifier and Type | Field and Description |
---|---|
private Vector<ManagedConnectionImpl> |
JoramResourceAdapter.producers
Vector holding the
ManagedConnectionImpl instances for
managed outbound messaging. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JoramResourceAdapter.addProducer(ManagedConnectionImpl managedCx)
Adds a given managed connection to the list of producers.
|
(package private) void |
JoramResourceAdapter.removeProducer(ManagedConnectionImpl managedCx)
Removes a given managed connection from the list of producers.
|
Constructor and Description |
---|
OutboundConnection(ManagedConnectionImpl managedCx,
jakarta.jms.XAConnection xac)
Constructs an
OutboundConnection instance. |
OutboundQueueConnection(ManagedConnectionImpl managedCx,
jakarta.jms.XAQueueConnection xac)
Constructs an
OutboundQueueConnection instance. |
OutboundTopicConnection(ManagedConnectionImpl managedCx,
jakarta.jms.XATopicConnection xac)
Constructs an
OutboundTopicConnection instance. |
WrappedXAResource(ManagedConnectionImpl managedCx)
Constructs an XA resource representing a given session.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.