|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
BytesMessage object is used to send a message containing a stream of uninterpreted bytes.Connection object is a client's active connection to its JMS provider.Connection objects provide a special
facility for creating a ConnectionConsumer (optional).ConnectionMetaData object provides information describing
the Connection object.Destination object encapsulates a provider-specific
address.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.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.QueueReceiver object to receive messages that
have been delivered to a queue.QueueSender object to send messages to a
queue.Session object is a single-threaded context for producing and consuming messages.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.TopicPublisher object to publish messages on
a topic.TopicSubscriber object to receive messages
that have been published to a topic.ActiveMQXid object holds the distributed
transaction id that is passed around in an ActiveMQ system.xid
MessageStore using
native C Berkeley DBPersistenceAdapter implementation using
Berkeley DB Java EditionTopicMessageStore using
native C Berkeley DBBroker and one or more
instances talking over some TransportChannelTransactionTemplate
and ExceptionTemplate
objects to provide automatic transactional or exception handling blocks.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.
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.
QueueSession 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.
StreamMessage object.
TemporaryQueue object.
TemporaryTopic object.
TextMessage object.
TextMessage object.
Topic name.
TopicSession object.
PERSISTENT.
Broker implementationComparator which only works on objects
which are ComparableMessageContainer
which acts as an adapter between the MessageContainerManager
requirements and those of the persistent MessageStore implementations.MessageContainer
which acts as an adapter between the MessageContainerManager
requirements and those of the persistent TopicMessageStore implementations.SubscriptionContainerImpl for durable topic
subscriptionsExecutor objectsboolean 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.
timeout timeout ms to get a receipt
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.
MessageStore designed for
optimal use with Howl
as the transaction log and then checkpointing asynchronously
on a timeout with some other persistent storage.PersistenceAdapter designed for
optimal use with Howl
as the transaction log and then checkpointing asynchronously
on a timeout with some other persistent storage.MapMessage object.
PersistenceAdapter implementation using JDBC for
persistence storage.PersistenceAdapter implementation for
JDBMMessageContainer
implementationsMessageContainerManager which
delegates to some other implementation which is useful for writing
Facade implementationsMessageContainerlen bytes of data into an array of bytes from this input stream.
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.
readOnlyMessage denotes if the message is read only
String from the stream message.
WireByteArrayInputStream to use an new byte array
WireByteArrayInputStream to use an new byte array
Service represents some service of some kind with a simple start/stop lifecycle.BrokerContainerFactory which uses an XML
deployment configuration file to load and configure a BrokerContainerSubscriptionContainerMessageProducer's default
delivery mode, priority, and time to live.
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.
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.
MessageContainerMessageStore which uses aWireByteArrayInputStream.
WireByteArrayInputStream that uses buf as its buffer array.
WireByteArrayInputStream with a minmalist byte array
len bytes from the specified byte array starting at offset off to this byte
array output stream.
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.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||