Package com.ibm.msg.client.jms


This package contains interfaces and classes that extend the javax.jms interfaces and classes, providing additional functionality in a way that is independent of WebSphere MQ.
See:
Description

Interface Summary

Interface Description
JmsCapabilityContext JmsCapabilityContext is a read-only property context that contains capabilities.
JmsConnection The JmsConnection interface adds properties to a javax.jms.Connection.
JmsConnectionFactory A ConnectionFactory encapsulates a set of connection configuration parameters that have been defined by an administrator.
JmsConnectionMetaData The JmsConnectionMetaData interface adds properties to javax.jms.ConnectionMetaData.
JmsConstants These constants refer to property names and values which can be set via the client.
JmsDestination The JmsDestination interface adds properties to a javax.jms.Destination.
JmsExceptionDetail ExceptionDetail contains methods to get message inserts, message explanation and user action.
JmsMessageConsumer The JmsMessageConsumer interface adds properties to a javax.jms.MessageConsumer.
JmsMessageProducer The JmsMessageProducer interface adds properties to a javax.jms.MessageProducer.
JmsPropertyContext This is the interface used to get and set properties from all JMS objects.
JmsQueue JmsQueue interface - this is a javax.jms.Queue with properties.
JmsQueueBrowser JmsQueueBrowser interface - this is a javax.jms.QueueBrowser with properties.
JmsQueueConnection JmsQueueConnection interface - this is a javax.jms.QueueConnection with properties.
JmsQueueConnectionFactory JmsQueueConnectionFactory interface - this is a javax.jms.QueueConnectionFactory with properties.
JmsQueueReceiver JmsQueueReceiver interface - this is a javax.jms.QueueReceiver with properties.
JmsQueueSender JmsQueueSender interface - this is a javax.jms.QueueSender with properties.
JmsQueueSession JmsQueueSession interface - javax.jms.QueueSession with properties A JmsQueueSession provides methods to create JmsQueueReceivers, JmsQueueSenders, JmsQueueBrowsers, and JmsTemporaryQueues.
JmsReadablePropertyContext JmsReadablePropertyContext is a read-only collection of properties
JmsSession JmsSession interface - a javax.jms.Session with properties.
JmsTemporaryQueue JmsTemporaryQueue interface - this is a javax.jms.TemporaryQueue with properties.
JmsTemporaryTopic JmsTemporaryTopic interface - this is a javax.jms.TemporaryTopic with properties.
JmsTopic JmsTopic interface - this is a javax.jms.Topic with properties.
JmsTopicConnection The JmsTopicConnection interface adds properties to a javax.jms.TopicConnection.
JmsTopicConnectionFactory The JmsTopicConnectionFactory interface adds properties to a javax.jms.TopicConnectionFactory.
JmsTopicPublisher The JmsTopicPublisher interface adds properties to a javax.jms.TopicPublisher.
JmsTopicSession The JmsTopicSession interface adds properties to a javax.jms.TopicSession.
JmsTopicSubscriber The JmsTopicSubscriber interface adds properties to a javax.jms.TopicSubscriber.
JmsXAConnection The JmsXAConnection interface adds properties to a javax.jms.XAConnection.
JmsXAConnectionFactory The JmsXAConnectionFactory interface adds properties to a javax.jms.XAConnectionFactory.
JmsXAQueueConnection The JmsXAQueueConnection interface adds properties to a javax.jms.XAQueueConnection.
JmsXAQueueConnectionFactory The JmsXAQueueConnectionFactory interface adds properties to a javax.jms.XAQueueConnectionFactory.
JmsXAQueueSession The JmsXAQueueSession interface adds properties to a javax.jms.XAQueueSession.
JmsXASession The JmsXASession interface adds properties to a javax.jms.XASession.
JmsXATopicConnection The JmsXATopicConnection interface adds properties to a javax.jms.XATopicConnection.
JmsXATopicConnectionFactory The JmsXATopicConnectionFactory interface adds properties to a javax.jms.XATopicConnectionFactory.
JmsXATopicSession The JmsXATopicSession interface adds properties to a javax.jms.XATopicSession.

Class Summary

Class Description
JmsFactoryFactory JmsFactoryFactory is used to programmatically create connection factory and destination objects of the specified provider type.

Exception Summary

Exception Description
DetailedIllegalStateException DetailedIllegalStateException is a subclass of IllegalStateException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the IllegalStateException.
DetailedInvalidClientIDException DetailedInvalidClientIDException is a subclass of InvalidClientIDException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the InvalidClientIDException.
DetailedInvalidDestinationException DetailedInvalidDestinationException is a subclass of InvalidDestinationException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the InvalidDestinationException.
DetailedInvalidSelectorException DetailedInvalidSelectorException is a subclass of InvalidSelectorException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the InvalidSelectorException.
DetailedJMSException DetailedJMSException is a subclass of JMSException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the JMSException.
DetailedJMSSecurityException DetailedJMSSecurityException is a subclass of JMSSecurityException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the JMSSecurityException.
DetailedMessageEOFException DetailedMessageEOFException is a subclass of MessageEOFException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the MessageEOFException.
DetailedMessageFormatException DetailedMessageFormatException is a subclass of MessageFormatException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the MessageFormatException.
DetailedMessageNotReadableException DetailedMessageNotReadableException is a subclass of MessageNotReadableException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the MessageNotReadableException.
DetailedMessageNotWriteableException DetailedMessageNotWriteableException is a subclass of MessageNotWriteableException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the MessageNotWriteableException.
DetailedResourceAllocationException DetailedResourceAllocationException is a subclass of ResourceAllocationException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the ResourceAllocationException.
DetailedTransactionInProgressException DetailedTransactionInProgressException is a subclass of TransactionInProgressException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the TransactionInProgressException.
DetailedTransactionRolledBackException DetailedTransactionRolledBackException is a subclass of TransactionRolledBackException that provides methods to get the message id, explanation, user action and inserts of the translatable message inside the TransactionRolledBackException.

Package com.ibm.msg.client.jms Description

This package contains interfaces and classes that extend the javax.jms interfaces and classes, providing additional functionality in a way that is independent of WebSphere MQ.


(C) Copyright IBM Corporation 2008, 2012. All rights reserved.