Package | Description |
---|---|
org.ow2.joram.jakarta.connector |
Modifier and Type | Class and Description |
---|---|
class |
OutboundQueueConnection
An
OutboundQueueConnection instance is a handler for a
physical PTP connection to an underlying JORAM server, allowing a
component to transparently use this physical connection possibly within
a transaction (local or global). |
class |
OutboundTopicConnection
An
OutboundTopicConnection instance is a handler for a
physical PubSub connection to an underlying JORAM server, allowing a
component to transparently use this physical connection possibly within
a transaction (local or global). |
Modifier and Type | Field and Description |
---|---|
protected OutboundConnection |
OutboundSession.cnx
The
OutboundConnection the session belongs to. |
Modifier and Type | Field and Description |
---|---|
private Vector<OutboundConnection> |
ManagedConnectionImpl.handles
Vector of connection handles.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ManagedConnectionImpl.closeHandle(OutboundConnection handle)
Notifies of the closing of one of the connection handles.
|
Constructor and Description |
---|
OutboundQueueSession(jakarta.jms.Session sess,
OutboundConnection cnx)
Constructs an
OutboundQueueSession instance. |
OutboundQueueSession(jakarta.jms.Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundQueueSession instance. |
OutboundSession(jakarta.jms.Session sess,
OutboundConnection cnx)
Constructs an
OutboundSession instance. |
OutboundSession(jakarta.jms.Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundSession instance. |
OutboundTopicSession(jakarta.jms.Session sess,
OutboundConnection cnx)
Constructs an
OutboundTopicSession instance. |
OutboundTopicSession(jakarta.jms.Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundTopicSession instance. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.