|
JMS 1.1 API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
receive or when the message
listener the session has called to process the message successfully
returns.
BytesMessage object is used to send a message containing a
stream of uninterpreted bytes. acknowledge method.
QueueBrowser.
QueueRequestor and its session.
TopicRequestor and its session.
TransactionInProgressException, since it should
not be called for an XASession object.
Connection object is a client's active connection to its JMS
provider. Connection objects provide a special
facility
for creating a ConnectionConsumer (optional). ConnectionFactory object encapsulates a set of connection
configuration
parameters that has been defined by an administrator. ConnectionMetaData object provides information describing the
Connection object.QueueBrowser object to peek at the messages on
the specified queue.
QueueBrowser object to peek at the messages on
the specified queue.
QueueBrowser object to peek at the messages on
the specified queue using a message selector.
QueueBrowser object to peek at the messages on
the specified queue using a message selector.
BytesMessage object.
MessageConsumer for the specified destination.
MessageConsumer for the specified destination,
using a message selector.
MessageConsumer for the specified destination, using a
message selector.
MapMessage object.
Message object.
ObjectMessage object.
ObjectMessage object.
MessageProducer to send messages to the specified
destination.
Queue name.
Queue name.
QueueSession object.
XAQueueSession object.
QueueReceiver object to receive messages from the
specified queue.
QueueReceiver object to receive messages from the
specified queue using a message selector.
QueueSender object to send messages to the
specified queue.
Session object.
Session object.
StreamMessage object.
TemporaryQueue object.
TemporaryQueue object.
TemporaryTopic object.
TemporaryTopic object.
TextMessage object.
TextMessage object.
Topic name.
Topic name.
TopicSession object.
XATopicSession object.
XAConnection with the default user identity.
XAQueueSession object.
XASession object.
XATopicSession object.
PERSISTENT.
PERSISTENT and
NON_PERSISTENT.
Destination object encapsulates a provider-specific
address.
Connection
object, it informs the Connection object's
ExceptionListener, if one has been registered.
boolean value with the specified name.
boolean property with the
specified name.
byte value with the specified name.
byte property with the specified
name.
MessageProducer.
double value with the specified name.
double property with the specified
name.
ExceptionListener object for this connection.
float value with the specified name.
float property with the specified
name.
int value with the specified name.
int property with the specified
name.
DeliveryMode value specified for this message.
Destination object for this message.
Destination object to which a reply to this
message should be sent.
long value with the specified name.
long property with the specified
name.
Enumeration of all the names in the
MapMessage object.
MessageListener.
NoLocal attribute for this subscriber.
Enumeration of all the property names.
Queue associated with this queue receiver.
QueueSender.
XAQueueSession.
ServerSession's Session.
XASession.
short value with the specified name.
short property with the specified
name.
String value with the specified name.
String property with the specified
name.
TopicPublisher.
Topic associated with this subscriber.
XATopicSession.
IllegalStateException with the specified
reason.
IllegalStateException with the specified reason
and error code.
InvalidClientIDException with the specified
reason.
InvalidClientIDException with the specified
reason and error code.
InvalidDestinationException with the specified
reason.
InvalidDestinationException with the specified
reason and error code.
InvalidSelectorException with the specified
reason.
InvalidSelectorException with the specified
reason and error code.
MapMessage object.
JMSException with the specified reason and with
the error code defaulting to null.
JMSException with the specified reason and
error code.
JMSSecurityException with the specified
reason.
JMSSecurityException with the specified
reason and error code.
MapMessage object is used to send a set of name-value pairs.
Message interface is the root interface of all JMS
messages. MessageConsumer object to receive messages
from a destination. StreamMessage or
BytesMessage is being read.MessageEOFException with the specified
reason.
MessageEOFException with the specified
reason and error code.
MessageFormatException with the specified
reason.
MessageFormatException with the specified
reason and error code.
MessageListener object is used to receive asynchronously
delivered messages.
MessageNotReadableException with the specified
reason.
MessageNotReadableException with the specified
reason and error code.
MessageNotWriteableException with the specified
reason.
MessageNotWriteableException with the specified
reason and error code.
MessageProducer object to send messages to a
destination. ObjectMessage object is used to send a message that contains
a serializable object in the Java programming language ("Java object").
Queue object encapsulates a provider-specific queue name.
QueueBrowser object to look at messages on a
queue without removing them.
QueueConnection object is an active connection to a
point-to-point JMS provider. QueueConnectionFactory object to create
QueueConnection objects with a point-to-point JMS provider.
QueueReceiver object to receive messages that
have been delivered to a queue.
QueueRequestor helper class simplifies
making service requests.
QueueRequestor class.
QueueSender object to send messages to a queue.
QueueSession object provides methods for creating
QueueReceiver, QueueSender,
QueueBrowser, and TemporaryQueue objects.
boolean from the bytes message stream.
boolean from the stream message.
byte value from the stream message.
byte[] object (the read buffer).
double from the bytes message stream.
double from the stream message.
float from the bytes message stream.
float from the stream message.
String from the stream message.
ResourceAllocationException with the specified
reason.
ResourceAllocationException with the specified
reason and error code.
TransactionInProgressException, since it should
not be called for an XASession object.
MessageProducer's
default delivery mode, priority, and time to live.
ServerSession object is an application server object that
is used by a server to associate a thread with a JMS session (optional).
ServerSessionPool object is an object implemented by an
application server to provide a pool of ServerSession objects
for processing the messages of a ConnectionConsumer (optional).
Session object is a single-threaded context for producing and consuming
messages. getAcknowledgeMode if the session is transacted.
boolean value with the specified name into the Map.
boolean property value with the specified name into
the message.
byte value with the specified name into the Map.
byte property value with the specified name into
the message.
double value with the specified name into the Map.
double property value with the specified name into
the message.
float value with the specified name into the Map.
float property value with the specified name into
the message.
int value with the specified name into the Map.
int property value with the specified name into
the message.
DeliveryMode value for this message.
Destination object for this message.
Destination object to which a reply to this
message should be sent.
Exception.
long value with the specified name into the Map.
long property value with the specified name into
the message.
MessageListener.
short value with the specified name into the Map.
short property value with the specified name into
the message.
String value with the specified name into the Map.
String property value with the specified name into
the message.
Session's run method to be called
to process messages that were just assigned to it.
StreamMessage object is used to send a stream of primitive
types in the Java programming language. TemporaryQueue object is a unique Queue object
created for the duration of a Connection. TemporaryTopic object is a unique Topic object
created for the duration of a Connection. TextMessage object is used to send a message containing a
java.lang.String.
Topic object encapsulates a provider-specific topic name.
TopicConnection object is an active connection to a
publish/subscribe JMS provider. TopicConnectionFactory object to create
TopicConnection objects with a publish/subscribe JMS provider.
TopicPublisher object to publish messages on a
topic. TopicRequestor helper class simplifies
making service requests.
TopicRequestor class.
TopicSession object provides methods for creating
TopicPublisher, TopicSubscriber, and
TemporaryTopic objects. TopicSubscriber object to receive messages that
have been published to a topic. TransactionInProgressException with the
specified reason.
TransactionInProgressException with the
specified reason and error code.
Session.commit results in a rollback of the current
transaction.TransactionRolledBackException with the
specified reason.
TransactionRolledBackException with the
specified reason and error code.
boolean to the bytes message stream as a 1-byte
value.
boolean to the stream message.
byte to the bytes message stream as a 1-byte
value.
byte to the stream message.
char to the bytes message stream as a 2-byte
value, high byte first.
char to the stream message.
double argument to a long using
the
doubleToLongBits method in class Double,
and then writes that long value to the bytes message
stream as an 8-byte quantity, high byte first.
double to the stream message.
float argument to an int using
the
floatToIntBits method in class Float,
and then writes that int value to the bytes message
stream as a 4-byte quantity, high byte first.
float to the stream message.
int to the bytes message stream as four bytes,
high byte first.
int to the stream message.
long to the bytes message stream as eight bytes,
high byte first.
long to the stream message.
short to the bytes message stream as two bytes,
high byte first.
short to the stream message.
String to the stream message.
XAConnection interface extends the capability of
Connection by providing an XASession (optional).
XAConnectionFactory interface is a base interface for the
XAQueueConnectionFactory and
XATopicConnectionFactory interfaces.
XAQueueConnection provides the same create options as
QueueConnection (optional).
XAQueueConnectionFactory provides the same create options as
a QueueConnectionFactory (optional).
XAQueueSession provides a regular QueueSession,
which can be used to
create QueueReceiver, QueueSender, and
QueueBrowser objects (optional).
XASession interface extends the capability of
Session by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional). XATopicConnection provides the same create options as
TopicConnection (optional). XATopicConnectionFactory provides the same create options as
a TopicConnectionFactory (optional).
XATopicSession provides a regular TopicSession.
|
JMS 1.1 API Specification |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||