Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.jms Classes and Interfaces - 81 results found.
NameDescriptionTypePackageFramework
BytesMessageA BytesMessage object is used to send a message containing a stream of uninterpreted bytes.Interfacejavax.jmsJava EE
CompletionListenerA CompletionListener is implemented by the application and may be specified when a message is sent asynchronously.Interfacejavax.jmsJava EE
ConnectionA Connection object is a client's active connection to its JMS provider.Interfacejavax.jmsJava EE
ConnectionConsumerFor application servers, Connection objects provide a special for creating a ConnectionConsumer (optional).Interfacejavax.jmsJava EE
ConnectionFactoryA ConnectionFactory object encapsulates a set of connection parameters that has been defined by an administrator.Interfacejavax.jmsJava EE
ConnectionMetaDataA ConnectionMetaData object provides information describing the Since:JMS 1.Interfacejavax.jmsJava EE
DeliveryModeThe delivery modes supported by the JMS API are PERSISTENT and A client marks a message as persistent if it feels that the Interfacejavax.jmsJava EE
DestinationA Destination object encapsulates a provider-specific The JMS API does not define a standard address syntax.Interfacejavax.jmsJava EE
ExceptionListenerIf a JMS provider detects a serious problem with a Connection object, it informs the Connection object's Interfacejavax.jmsJava EE
IllegalStateException This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is Classjavax.jmsJava EE
IllegalStateRuntimeExceptionThis unchecked exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for theClassjavax.jmsJava EE
InvalidClientIDException This exception must be thrown when a client attempts to set a connection's client ID to a value that Classjavax.jmsJava EE
InvalidClientIDRuntimeExceptionThis unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and theClassjavax.jmsJava EE
InvalidDestinationException This exception must be thrown when a destination either is not understood by a provider or is no Classjavax.jmsJava EE
InvalidDestinationRuntimeExceptionThis unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature doesClassjavax.jmsJava EE
InvalidSelectorException This exception must be thrown when a JMS client attempts to give a provider a message selector with Classjavax.jmsJava EE
InvalidSelectorRuntimeExceptionThis unchecked exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax, and the method signatureClassjavax.jmsJava EE
JMSConnectionFactoryThis annotation may be used to specify the JNDI lookup name of a javax.Classjavax.jmsJava EE
JMSConnectionFactoryDefinitionAn application may use this annotation to specify a JMS ConnectionFactory resource that it requires in its operational environment.Classjavax.jmsJava EE
JMSConnectionFactoryDefinitionsSpecifies one or more JMSConnectionFactoryDefinitionSince:JMS 2.Classjavax.jmsJava EE
JMSConsumerA client using the simplified JMS API introduced for JMS 2.Interfacejavax.jmsJava EE
JMSContextA JMSContext is the main interface in the simplified JMS API introduced for JMS 2.Interfacejavax.jmsJava EE
JMSDestinationDefinitionAn application may use this annotation to specify a JMS Destination resource that it requires in its operational environment.Classjavax.jmsJava EE
JMSDestinationDefinitionsSpecifies one or more JMSDestinationDefinition annotations.Classjavax.jmsJava EE
JMSExceptionThis is the root class of all checked exceptions in the JMS API.Classjavax.jmsJava EE
JMSPasswordCredentialThis annotation may be used to specify the userName and password to be used when injecting a javax.Classjavax.jmsJava EE
JMSProducerA JMSProducer is a simple object used to send messages on behalf of a JMSContext.Interfacejavax.jmsJava EE
JMSRuntimeExceptionThis is the root class of all unchecked exceptions in the JMS API.Classjavax.jmsJava EE
JMSSecurityException This exception must be thrown when a provider rejects a user name/password submitted by a client.Classjavax.jmsJava EE
JMSSecurityRuntimeExceptionThis unchecked exception must be thrown when a provider rejects a user name/password submitted by a client, or for any case where a securityClassjavax.jmsJava EE
JMSSessionModeThis annotation may be used to specify the session mode to be used when injecting a javax.Classjavax.jmsJava EE
MapMessageA MapMessage object is used to send a set of name-value pairs.Interfacejavax.jmsJava EE
MessageThe Message interface is the root interface of all JMS messages.Interfacejavax.jmsJava EE
MessageConsumerA client uses a MessageConsumer object to receive messages from a destination.Interfacejavax.jmsJava EE
MessageEOFException This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or Classjavax.jmsJava EE
MessageFormatException This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to Classjavax.jmsJava EE
MessageFormatRuntimeExceptionThis unchecked exception must be thrown when a JMS application attempts to use a data type not supported by a message or attempts to read data in aClassjavax.jmsJava EE
MessageListenerA MessageListener object is used to receive asynchronously delivered messages.Interfacejavax.jmsJava EE
MessageNotReadableException This exception must be thrown when a JMS client attempts to read a write-only message.Classjavax.jmsJava EE
MessageNotWriteableException This exception must be thrown when a JMS client attempts to write to a read-only message.Classjavax.jmsJava EE
MessageNotWriteableRuntimeException This unchecked exception must be thrown when a JMS client attempts to write to a read-only message.Classjavax.jmsJava EE
MessageProducerA client uses a MessageProducer object to send messages to a destination.Interfacejavax.jmsJava EE
ObjectMessageAn ObjectMessage object is used to send a message that contains a serializable object in the Java programming language (Java object).Interfacejavax.jmsJava EE
QueueA Queue object encapsulates a provider-specific queue name.Interfacejavax.jmsJava EE
QueueBrowserA client uses a QueueBrowser object to look at messages on a queue without removing them.Interfacejavax.jmsJava EE
QueueConnectionA QueueConnection object is an active connection to a point-to-point JMS provider.Interfacejavax.jmsJava EE
QueueConnectionFactoryA client uses a QueueConnectionFactory object to create QueueConnection objects with a point-to-point JMS provider.Interfacejavax.jmsJava EE
QueueReceiverA client uses a QueueReceiver object to receive messages that have been delivered to a queue.Interfacejavax.jmsJava EE
QueueRequestorThe QueueRequestor helper class simplifies making service requests.Classjavax.jmsJava EE
QueueSenderA client uses a QueueSender object to send messages to a queue.Interfacejavax.jmsJava EE
QueueSessionA QueueSession object provides methods for creating QueueReceiver, QueueSender, Interfacejavax.jmsJava EE
ResourceAllocationExceptionThis exception is thrown when a provider is unable to allocate the resources required by a method.Classjavax.jmsJava EE
ResourceAllocationRuntimeExceptionThis unchecked exception is thrown when a provider is unable to allocate the resources required by a method.Classjavax.jmsJava EE
ServerSessionA ServerSession object is an application server object that is used by a server to associate a thread with a JMS session (optional).Interfacejavax.jmsJava EE
ServerSessionPoolA ServerSessionPool object is an object implemented by an application server to provide a pool of ServerSession objects Interfacejavax.jmsJava EE
SessionA Session object is a single-threaded context for producing and consuming messages.Interfacejavax.jmsJava EE
StreamMessageA StreamMessage object is used to send a stream of primitive types in the Java programming language.Interfacejavax.jmsJava EE
TemporaryQueueA TemporaryQueue object is a unique Queue object created for the duration of a Connection.Interfacejavax.jmsJava EE
TemporaryTopicA TemporaryTopic object is a unique Topic object created for the duration of a Connection.Interfacejavax.jmsJava EE
TextMessageA TextMessage object is used to send a message containing a It inherits from the Message interface and adds a text message Interfacejavax.jmsJava EE
TopicA Topic object encapsulates a provider-specific topic name.Interfacejavax.jmsJava EE
TopicConnectionA TopicConnection object is an active connection to a publish/subscribe JMS provider.Interfacejavax.jmsJava EE
TopicConnectionFactoryA client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.Interfacejavax.jmsJava EE
TopicPublisherA client uses a TopicPublisher object to publish messages on a topic.Interfacejavax.jmsJava EE
TopicRequestorThe TopicRequestor helper class simplifies making service requests.Classjavax.jmsJava EE
TopicSessionA TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and Interfacejavax.jmsJava EE
TopicSubscriberA client uses a TopicSubscriber object to receive messages that have been published to a topic.Interfacejavax.jmsJava EE
TransactionInProgressException This exception is thrown when an operation is invalid because a transaction is in progress.Classjavax.jmsJava EE
TransactionInProgressRuntimeException This unchecked exception is thrown when an operation is invalid because a transaction is in progress.Classjavax.jmsJava EE
TransactionRolledBackException This exception must be thrown when a call to Session.Classjavax.jmsJava EE
TransactionRolledBackRuntimeExceptionThis unchecked exception must be thrown when a call to JMSContext.Classjavax.jmsJava EE
XAConnectionThe XAConnection interface extends the capability of Connection by providing an XASession (optional).Interfacejavax.jmsJava EE
XAConnectionFactoryThe XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and Interfacejavax.jmsJava EE
XAJMSContextThe XAJMSContext interface extends the capability of JMSContext by adding access to a JMS provider's support for the JavaInterfacejavax.jmsJava EE
XAQueueConnectionAn XAQueueConnection provides the same create options as QueueConnection (optional).Interfacejavax.jmsJava EE
XAQueueConnectionFactoryAn XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).Interfacejavax.jmsJava EE
XAQueueSessionAn XAQueueSession provides a regular QueueSession, which can be used toInterfacejavax.jmsJava EE
XASessionThe XASession interface extends the capability of Session by adding access to a JMS provider's support for theInterfacejavax.jmsJava EE
XATopicConnectionAn XATopicConnection provides the same create options as TopicConnection (optional).Interfacejavax.jmsJava EE
XATopicConnectionFactoryAn XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).Interfacejavax.jmsJava EE
XATopicSessionAn XATopicSession provides a regular TopicSession.Interfacejavax.jmsJava EE