|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedConnectionImpl | |
---|---|
org.objectweb.joram.client.connector |
Uses of ManagedConnectionImpl in org.objectweb.joram.client.connector |
---|
Fields in org.objectweb.joram.client.connector declared as ManagedConnectionImpl | |
---|---|
(package private) ManagedConnectionImpl |
OutboundConnection.managedCx
The managed connection this "handle" belongs to. |
Methods in org.objectweb.joram.client.connector with parameters of type ManagedConnectionImpl | |
---|---|
(package private) void |
JoramAdapter.addProducer(ManagedConnectionImpl managedCx)
Adds a given managed connection to the list of producers. |
(package private) void |
JoramAdapter.removeProducer(ManagedConnectionImpl managedCx)
Removes a given managed connection from the list of producers. |
Constructors in org.objectweb.joram.client.connector with parameters of type ManagedConnectionImpl | |
---|---|
OutboundConnection(ManagedConnectionImpl managedCx,
javax.jms.XAConnection xac)
Constructs an OutboundConnection instance. |
|
OutboundQueueConnection(ManagedConnectionImpl managedCx,
javax.jms.XAQueueConnection xac)
Constructs an OutboundQueueConnection instance. |
|
OutboundTopicConnection(ManagedConnectionImpl managedCx,
javax.jms.XATopicConnection xac)
Constructs an OutboundTopicConnection instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |