| ApiJmsConstants |
This file contains constants which can be used by applications as parameters
to provider specific JMS extension methods.
|
| JmsConnectionFactory |
Contains provider specific methods relating to the javax.jms.ConnectionFactory
interface.
|
| JmsDestination |
Contains provider specific methods relating to the javax.jms.Destination interface.
|
| JmsManagedConnectionFactory |
Interface which provides read only access to some of the properties of
a ConnectionFactory for use in the managed environment.
|
| JmsMsgConsumer |
Contains provider specific methods relating to the javax.jms.MessageConsumer interface.
|
| JmsMsgProducer |
Contains provider specific methods relating to the javax.jms.MessageProducer interface.
|
| JmsQueue |
Contains provider specific methods relating to the javax.jms.Queue interface.
|
| JmsQueueConnectionFactory |
Contains provider specific methods relating to the javax.jms.QueueConnectionFactory
interface.
|
| JmsTopic |
Contains provider specific methods relating to the javax.jms.Topic interface.
|
| JmsTopicConnectionFactory |
Contains provider specific methods relating to the javax.jms.TopicConnectionFactory
interface.
|