站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

javax.jms (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Package javax.jms

This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect.

See:
          Description

Interface Summary
BytesMessage  
Connection A JMS Connection is a client's active connection to its JMS provider.
ConnectionConsumer  
ConnectionFactory  
ConnectionMetaData  
DeliveryMode  
Destination  
ExceptionListener  
MapMessage  
Message  
MessageConsumer  
MessageListener  
MessageProducer  
ObjectMessage  
Queue  
QueueBrowser  
QueueConnection  
QueueConnectionFactory  
QueueReceiver  
QueueSender  
QueueSession  
ServerSession  
ServerSessionPool  
Session  
StreamMessage  
TemporaryQueue  
TemporaryTopic  
TextMessage  
Topic  
TopicConnection  
TopicConnectionFactory  
TopicPublisher  
TopicSession  
TopicSubscriber  
XAConnection  
XAConnectionFactory  
XAQueueConnection  
XAQueueConnectionFactory  
XAQueueSession  
XASession  
XATopicConnection  
XATopicConnectionFactory  
XATopicSession  
 

Class Summary
QueueRequestor A queue requestor
TopicRequestor Provides a basic request/reply layer ontop of JMS.
 

Exception Summary
IllegalStateException This 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 the requested operation.
InvalidClientIDException This exception must be thrown when a client attempts to set a connection's client id to a value that is rejected by a provider.
InvalidDestinationException This exception must be thrown when a destination is either not understood by a provider or is no longer valid.
InvalidSelectorException This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
JMSException This is the root class of all JMS exceptions.
JMSSecurityException This exception must be thrown when a provider rejects a user name/password submitted by a client.
MessageEOFException This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageFormatException This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageNotReadableException This exception must be thrown when a JMS client attempts to read a write-only message.
MessageNotWriteableException This exception must be thrown when a JMS client attempts to write to a read-only message
ResourceAllocationException This exception is thrown when a provider is unable to allocate the resources required by a method.
TransactionInProgressException This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionRolledBackException This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
 

Package javax.jms Description

This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.