Package | Description |
---|---|
org.ow2.joram.jakarta.jms |
The
org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification. |
org.ow2.joram.jakarta.jms.connection | |
org.ow2.joram.jakarta.jms.pool |
Modifier and Type | Class and Description |
---|---|
class |
QueueConnection
Implements the
jakarta.jms.QueueConnection interface. |
class |
TopicConnection
Implements the
jakarta.jms.TopicConnection interface. |
class |
XAConnection
Connection used within global transactions; an instance of this class
acts as a resource manager.
|
class |
XAQueueConnection
Implements the
jakarta.jms.XAQueueConnection interface. |
class |
XATopicConnection
Implements the
jakarta.jms.XATopicConnection interface. |
Modifier and Type | Field and Description |
---|---|
(package private) Connection |
XAResourceMngr.cnx
The connection this manager belongs to.
|
private Connection |
TemporaryTopic.cnx
The connection the topic belongs to,
null if not known. |
private Connection |
TemporaryQueue.cnx
The connection the queue belongs to,
null if not known. |
private Connection |
Session.cnx
The connection the session belongs to.
|
private Connection |
MultiSessionConsumer.cnx |
private Connection |
ContextConnection.connection |
Modifier and Type | Method and Description |
---|---|
(package private) Connection |
TemporaryTopic.getCnx()
Returns the connection this temporary topic belongs to,
null if not known. |
Connection |
TemporaryQueue.getCnx()
Returns the connection this temporary queue belongs to,
null if not known. |
(package private) Connection |
Session.getConnection() |
Constructor and Description |
---|
MultiSessionConsumer(boolean queueMode,
boolean durable,
String selector,
String destName,
String targetName,
jakarta.jms.ServerSessionPool sessionPool,
int queueMessageReadMax,
int topicActivationThreshold,
int topicPassivationThreshold,
int topicAckBufferMax,
RequestMultiplexer reqMultiplexer,
Connection connection,
int maxMessages) |
QueueSession(Connection cnx,
boolean transacted,
int acknowledgeMode,
RequestMultiplexer mtpx)
Constructs a queue session.
|
Session(Connection cnx,
boolean transacted,
int acknowledgeMode,
RequestMultiplexer mtpx)
Opens a session.
|
TemporaryQueue(String agentId,
Connection cnx)
Constructs a temporary queue.
|
TemporaryTopic(String agentId,
Connection cnx)
Constructs a temporary topic.
|
TopicSession(Connection cnx,
boolean transacted,
int acknowledgeMode,
RequestMultiplexer mtpx)
Constructs a topic session.
|
XAResourceMngr(Connection cnx)
Creates a
XAResourceMngr instance. |
XASession(Connection cnx,
Session sess,
XAResourceMngr rm)
Constructs an
XASession . |
Modifier and Type | Field and Description |
---|---|
private Connection |
RequestMultiplexer.cnx |
Constructor and Description |
---|
RequestMultiplexer(Connection cnx,
RequestChannel channel,
long heartBeat) |
Modifier and Type | Field and Description |
---|---|
(package private) Connection |
PooledConnection.delegate
The underlying connection to Joram's server
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.