|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
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. |
This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |