Package | Description |
---|---|
org.objectweb.joram.client.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 | Method and Description |
---|---|
(package private) void |
ManagedConnectionImpl.closeHandle(OutboundConnection handle)
Notifies of the closing of one of the connection handles.
|
Constructor and Description |
---|
OutboundQueueSession(Session sess,
OutboundConnection cnx)
Constructs an
OutboundQueueSession instance. |
OutboundQueueSession(Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundQueueSession instance. |
OutboundSession(Session sess,
OutboundConnection cnx)
Constructs an
OutboundSession instance. |
OutboundSession(Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundSession instance. |
OutboundTopicSession(Session sess,
OutboundConnection cnx)
Constructs an
OutboundTopicSession instance. |
OutboundTopicSession(Session sess,
OutboundConnection cnx,
boolean transacted)
Constructs an
OutboundTopicSession instance. |
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.