cms::BytesMessage | A message used for sending a stream of uninterpreted bytes |
cms::Closeable | Interface for a class that implements the close method |
cms::CMSException | This class represents an error that has occurred in cms |
cms::CMSProperties | Interface for a Java-like properties object |
cms::Connection | The client's connection to its provider |
cms::ConnectionFactory | Defines the interface for a factory that creates connection objects |
cms::DeliveryMode | This is an Abstract class whose purpose is to provide a container for the delivery mode enumeration for CMS messages |
cms::Destination | A Destination object encapsulates a provider-specific address |
cms::ExceptionListener | If a CMS provider detects a serious problem, it notifies the client application through an ExceptionListener that is registered with the Connection |
cms::MapMessage | A MapMessage object is used to send a set of name-value pairs |
cms::Message | Root of all messages |
cms::MessageConsumer | A client uses a MessageConsumer to received messages from a destination |
cms::MessageListener | A MessageListener object is used to receive asynchronously delivered messages |
cms::MessageProducer | A client uses a MessageProducer object to send messages to a destination |
cms::ObjectMessage | Place holder for interaction with JMS systems that support Java serialized ObjectMessage s |
cms::Queue | An interface encapsulating a provider-specific queue name |
cms::Session | A Session object is a single-threaded context for producing and consuming messages |
cms::Startable | Interface for a class that implements the start method |
cms::Stoppable | Interface for a class that implements the stop method |
cms::TemporaryQueue | An interface encapsulating a provider-specific queue name |
cms::TemporaryTopic | An interface encapsulating a provider-specific topic name |
cms::TextMessage | Interface for a text message |
cms::Topic | An interface encapsulating a provider-specific topic name |