Uses of Class
org.activemq.message.AbstractPacket

Packages that use AbstractPacket
org.activemq.advisories Helper classes for listening to advisory messages. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.message Message implementations 
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
 

Uses of AbstractPacket in org.activemq.advisories
 

Subclasses of AbstractPacket in org.activemq.advisories
 class TempDestinationAdvisoryEvent
          This event is raised when a MessageTempDestination starts/stops *
 

Uses of AbstractPacket in org.activemq.broker.impl
 

Subclasses of AbstractPacket in org.activemq.broker.impl
 class LocalBrokerInfo
          Information about a connected Broker
 

Uses of AbstractPacket in org.activemq.message
 

Subclasses of AbstractPacket in org.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 CachedValue
          Sent in receipt of a Packet
 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 CleanupConnectionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
 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 response 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.activemq.message with parameters of type AbstractPacket
protected  void AbstractPacket.initializeOther(AbstractPacket other)
          Initializes another message with current values from this instance
 

Uses of AbstractPacket in org.activemq.transport.stomp
 

Subclasses of AbstractPacket in org.activemq.transport.stomp
 class FlushPacket
          Dummy Marker packet to let the transport layer know that it should flush the wireformat.
 



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