|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
MessageAcknowledge | Called when a Message is Acknowledged |
Packet | Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter |
PacketListener | Listener for Packets |
PacketReader | Allows instances implementing Packet to read from a DataOutputStream |
PacketWriter | Allows instances implementing Packet to written to a DataOutput |
TransactionType |
Class Summary | |
AbstractPacket | Abstract class for a transportable Packet |
AbstractPacketReader | Allows instances implementing Packet interface to be deserailized |
AbstractPacketWriter | Allows instances implementing Packet interface to be serailized/deserailized |
ActiveMQBytesMessage | A BytesMessage object is used to send a message containing a stream of uninterpreted bytes. |
ActiveMQBytesMessageReader | Reads a Message object to a Stream |
ActiveMQBytesMessageWriter | Writes a Message object to a Stream |
ActiveMQDestination | A Destination object encapsulates a provider-specific
address. |
ActiveMQMapMessage | A MapMessage object is used to send a set of name-value pairs. |
ActiveMQMapMessageReader | Reads a Message object to a Stream |
ActiveMQMapMessageWriter | Writes a Message object to a Stream |
ActiveMQMessage | The Message interface is the root interface of all JMS
messages. |
ActiveMQMessageReader | Writes a ProducerInfo object to a Stream |
ActiveMQMessageWriter | Writes a ProducerInfo object to a Stream |
ActiveMQObjectMessage | An ObjectMessage object is used to send a message that contains
a serializable object in the Java programming language ("Java object"). |
ActiveMQObjectMessageReader | Reads a Message object to a Stream |
ActiveMQObjectMessageWriter | Writes a Message object to a Stream |
ActiveMQQueue | A Queue object encapsulates a provider-specific queue name. |
ActiveMQStreamMessage | A StreamMessage object is used to send a stream of primitive
types in the Java programming language. |
ActiveMQStreamMessageReader | Reads a Message object to a Stream |
ActiveMQStreamMessageWriter | Writes a Message object to a Stream |
ActiveMQTemporaryQueue | A TemporaryQueue object is a unique Queue object
created for the duration of a Connection . |
ActiveMQTemporaryTopic | A TemporaryTopic object is a unique Topic object
created for the duration of a Connection . |
ActiveMQTextMessage | A TextMessage object is used to send a message containing a
java.lang.String . |
ActiveMQTextMessageReader | Writes a ProducerInfo object to a Stream |
ActiveMQTextMessageWriter | Writes a ProducerInfo object to a Stream |
ActiveMQTopic | A Topic object encapsulates a provider-specific topic name. |
ActiveMQXid |
A ActiveMQXid object holds the distributed
transaction id that is passed around in an ActiveMQ system. |
BrokerInfo | Information about a connected Broker |
BrokerInfoReader | Reads a ConsumerInfo object from a Stream |
BrokerInfoWriter | Writes a ConsumerInfo object to a Stream |
CapacityInfo | Infomation about the Capacity for more messages for a Connection/Broker |
CapacityInfoReader | Reads a CapacityInfo object from a Stream |
CapacityInfoRequest | Request nfomation about the Capacity for more messages for a Connection/Broker |
CapacityInfoRequestReader | Reads a CapacityInfoRequest object from a Stream |
CapacityInfoRequestWriter | Writes a CapacityInfoRequest object to a Stream |
CapacityInfoWriter | Writes a CapacityInfo object to a Stream |
ConnectionInfo | Describes a Connection |
ConnectionInfoReader | Reads a ConnnectionInfo object from a Stream |
ConnectionInfoWriter | Writes a ConsumerInfo object to a Stream |
ConsumerInfo | Describes a Message consumer |
ConsumerInfoReader | Reads a ConsumerInfo object from a Stream |
ConsumerInfoWriter | Writes a ConsumerInfo object to a Stream |
DefaultWireFormat | Default implementation used for Java-Java protocols. |
DurableUnsubscribe | Command to remove a Durable Subscription |
DurableUnsubscribeReader | Reads a DurableUnsubscribe object from a Stream |
DurableUnsubscribeWriter | Writes a DurableUnsubscribe object to a Stream |
IntResponseReceipt | A receipt that also carries a reponse object. |
IntResponseReceiptReader | Reads a ConsumerInfo object from a Stream |
IntResponseReceiptWriter | Writes a ConsumerInfo object to a Stream |
MessageAck | Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter |
MessageAckReader | Reads a ConsumerInfo object from a Stream |
MessageAckWriter | Writes a ConsumerInfo object to a Stream |
PacketFacade | A helper class for using Packet instances with object serialization |
ProducerInfo | Denotes life cycle infomation for a Producer of messages |
ProducerInfoReader | Reads a ProducerInfo object from a Stream |
ProducerInfoWriter | Writes a ProducerInfo object to a Stream |
Receipt | Sent in receipt of a Packet |
ReceiptHolder | ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker |
ReceiptReader | Reads a ConsumerInfo object from a Stream |
ReceiptWriter | Writes a ConsumerInfo object to a Stream |
ResponseReceipt | A receipt that also carries a reponse object. |
ResponseReceiptReader | Reads a ConsumerInfo object from a Stream |
ResponseReceiptWriter | Writes a ConsumerInfo object to a Stream |
SessionInfo | Denotes an object that can be serialized/deserailized using a Packet Reader/Writer |
SessionInfoReader | Reads a ConsumerInfo object from a Stream |
SessionInfoWriter | Writes a ConsumerInfo object to a Stream |
TextWireFormat | Represents a text based WireFormat such as one that uses XML packets like the
XStreamWireFormat or the
JabberWireFormat |
TransactionInfo | Provides a infomation about a Transaction |
TransactionInfoReader | Reads a TransactionInfo object from a Stream |
TransactionInfoWriter | Writes a TransactionInfo object to a Stream |
WireFormat | Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format. |
WireFormatInfo | Describes a Connection |
WireFormatInfoReader | Reads a ConnnectionInfo object from a Stream |
WireFormatInfoWriter | Writes a ConsumerInfo object to a Stream |
XATransactionInfo | Provides a infomation about an XA Transaction |
XATransactionInfoReader | Reads a TransactionInfo object from a Stream |
XATransactionInfoWriter | Writes a TransactionInfo object to a Stream |
Message implementations
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |