| Interface | Description |
|---|---|
| JmsResource |
Base class for the JMS object representing JMS resources such as Connection, Session, etc.
|
| JmsResourceId |
Base for all Id type classes used in the JMS Framework
|
| JmsResourceVistor |
Visitor interface to make processing JmsResources simpler.
|
| Class | Description |
|---|---|
| JmsAbstractResource |
Abstract resource class for JmsResource instances.
|
| JmsAbstractResourceId |
Base class for all JmsResourceId instances.
|
| JmsConnectionId | |
| JmsConnectionInfo |
Meta object that contains the JmsConnection identification and configuration
options.
|
| JmsConsumerId | |
| JmsConsumerInfo | |
| JmsDefaultResourceVisitor |
Default Visitor implementation that does nothing in each method to
make custom implementations simpler by only needing to override the
visitation cases they need to handle.
|
| JmsProducerId | |
| JmsProducerInfo | |
| JmsSessionId | |
| JmsSessionInfo | |
| JmsTransactionId | |
| JmsTransactionInfo |
| Enum | Description |
|---|---|
| JmsResource.ResourceState |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.