Class Summary |
AdminConnection |
A connection is created for every adminclient connecting to the JmsServer. |
AdminConnectionFactory |
AdminConnectionFactory is responsible for creating AdminConnection instances. |
AdminConnectionManager |
AdminConnectionManager is responsible for creating
authenticated AdminConnection instances
The connection manager is a singleton (at this point anyway)
that is accessible through the instance class method. |
ConnectorService |
Service that manages the connectors configured for the server. |
EmbeddedJmsServer |
Deprecated. This class is no longer used. |
EmbeddedNameService |
Embedded name service. |
JmsServer |
This class contains the main line for instantiating the JMS Server. |
NameService |
Enter description here. |
ServerConnectionImpl |
Server implementation of the javax.jms.Connection interface. |
ServerConnectionManagerImpl |
The ServerConnectionManagerImpl is responsible for managing all
connections to the server. |