Package | Description |
---|---|
org.objectweb.joram.client.connector |
Modifier and Type | Field and Description |
---|---|
(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,
XAConnection xac)
Constructs an
OutboundConnection instance. |
OutboundQueueConnection(ManagedConnectionImpl managedCx,
XAQueueConnection xac)
Constructs an
OutboundQueueConnection instance. |
OutboundTopicConnection(ManagedConnectionImpl managedCx,
XATopicConnection xac)
Constructs an
OutboundTopicConnection instance. |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.