Uses of Class
org.codehaus.activemq.message.AbstractPacket

Packages that use AbstractPacket
org.codehaus.activemq.message Message implementations  
 

Uses of AbstractPacket in org.codehaus.activemq.message
 

Subclasses of AbstractPacket in org.codehaus.activemq.message
 class ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
 class ActiveMQMapMessage
          A MapMessage object is used to send a set of name-value pairs.
 class ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
 class ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
 class ActiveMQStreamMessage
          A StreamMessage object is used to send a stream of primitive types in the Java programming language.
 class ActiveMQTextMessage
          A TextMessage object is used to send a message containing a java.lang.String.
 class BrokerAdminCommand
          Describes a Message consumer
 class BrokerInfo
          Information about a connected Broker
 class CapacityInfo
          Infomation about the Capacity for more messages for a Connection/Broker
 class CapacityInfoRequest
          Request nfomation about the Capacity for more messages for a Connection/Broker
 class ConnectionInfo
          Describes a Connection
 class ConsumerInfo
          Describes a Message consumer
 class DurableUnsubscribe
          Command to remove a Durable Subscription
 class IntResponseReceipt
          A receipt that also carries a reponse object.
 class KeepAlive
          Keep-alive packet which holds not information and is only intended to keep connections from being idle.
 class MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 class ProducerInfo
          Denotes life cycle infomation for a Producer of messages
 class Receipt
          Sent in receipt of a Packet
 class ResponseReceipt
          A receipt that also carries a reponse object.
 class SessionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
 class TransactionInfo
          Provides a infomation about a Transaction
 class WireFormatInfo
          Describes a Connection
 class XATransactionInfo
          Provides a infomation about an XA Transaction
 

Methods in org.codehaus.activemq.message with parameters of type AbstractPacket
protected  void AbstractPacket.initializeOther(AbstractPacket other)
          Initializes another message with current values from this instance
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.