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.admin |
The
org.ow2.joram.jakarta.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
org.ow2.joram.jakarta.jms.local | |
org.ow2.joram.jakarta.jms.tcp |
The
org.ow2.joram.jakarta.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactory
Implements all the
jakarta.jms.ConnectionFactory interfaces. |
class |
Destination
Implements the
jakarta.jms.Destination interface and provides
JORAM specific administration and monitoring methods. |
class |
Queue
Implements the
jakarta.jms.Queue interface. |
class |
TemporaryQueue
Implements the
jakarta.jms.TemporaryQueue interface. |
class |
TemporaryTopic
Implements the
jakarta.jms.TemporaryTopic interface. |
class |
Topic
Implements the
jakarta.jms.Topic interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionFactory
Implements the
jakarta.jms.ConnectionFactory interface. |
class |
ClusterConnectionFactory
A base class for clustered connection factories.
|
class |
ClusterDestination
A base class for clustered destinations.
|
class |
ClusterQueue
Clustered queue.
|
class |
ClusterTopic
Clustered topic.
|
class |
User
The
User class is a utility class needed for administering Joram users. |
Modifier and Type | Field and Description |
---|---|
(package private) Hashtable<String,AdministeredObject> |
JoramSaxWrapper.toBind |
Modifier and Type | Class and Description |
---|---|
class |
LocalConnectionFactory
A
LocalConnectionFactory instance is a factory of local connections. |
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionFactory
A
TcpConnectionFactory instance is a factory of TCP connections. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.