See: Description
| 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.
|
| JmsConsumer | |
| JmsContext | |
| JmsConvertableException |
Interface for exceptions which can be mapped to their unchecked equivalent
|
| JmsDestination |
The JmsDestination interface adds properties to a javax.jms.Destination.
|
| JmsExceptionDetail |
ExceptionDetail contains methods to get message inserts, message explanation and user action.
|
| JmsMessage | |
| JmsMessageConsumer |
The JmsMessageConsumer interface adds properties to a javax.jms.MessageConsumer.
|
| JmsMessageProducer |
The JmsMessageProducer interface adds properties to a javax.jms.MessageProducer.
|
| JmsProducer | |
| 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.
|
| JmsXAContext |
The JmsXAContext interface adds properties to a javax.jms.XAJMSContext.
|
| 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 | Description |
|---|---|
| JmsFactoryFactory |
JmsFactoryFactory is used to programmatically create connection factory and destination objects
of the specified provider type.
|
| 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.
|
| DetailedIllegalStateRuntimeException |
DetailedIllegalStateRuntimeException is a subclass of IllegalStateRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedInvalidClientIDRuntimeException |
DetailedJMSException is a subclass of JMSRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedInvalidDestinationRuntimeException |
DetailedInvalidDestinationRuntimeException is a subclass of InvalidDestinationRuntimeException
that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedInvalidSelectorRuntimeException |
DetailedInvalidSelectorRuntimeException is a subclass of InvalidSelectorRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedJMSRuntimeException |
DetailedJMSException is a subclass of JMSRuntimeException 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.
|
| DetailedJMSSecurityRuntimeException |
DetailedJMSSecurityRuntimeException is a subclass of JMSSecurityRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedMessageFormatRuntimeException |
DetailedMessageFormatRuntimeException is a subclass of MessageFormatRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedMessageNotWriteableRuntimeException |
DetailedMessageNotWriteableRuntimeException is a subclass of MessageNotWriteableRuntimeException
that provides methods to get the message id, explanation, user action and inserts of the
translatable message inside the JMSException.
|
| 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.
|
| DetailedResourceAllocationRuntimeException |
DetailedResourceAllocationRuntimeException is a subclass of ResourceAllocationRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedTransactionInProgressRuntimeException |
DetailedTransactionInProgressRuntimeException is a subclass of TransactionInProgressRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
| 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.
|
| DetailedTransactionRolledBackRuntimeException |
DetailedTransactionRolledBackRuntimeException is a subclass of TransactionRolledBackRuntimeException that provides methods to get the message id,
explanation, user action and inserts of the translatable message inside the JMSException.
|
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.