Uses of Package
org.codehaus.activemq.message

Packages that use org.codehaus.activemq.message
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.filter Filter implementations for wildcards & JMS selectors  
org.codehaus.activemq.io   
org.codehaus.activemq.io.impl   
org.codehaus.activemq.message Message implementations  
org.codehaus.activemq.message.util   
org.codehaus.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
org.codehaus.activemq.security.jassjacc   
org.codehaus.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager  
org.codehaus.activemq.service.boundedvm   
org.codehaus.activemq.service.impl Default implementations of the services  
org.codehaus.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging  
org.codehaus.activemq.store.cache   
org.codehaus.activemq.store.vm VM based implementation of message persistence  
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
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
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
Receipt
          Sent in receipt of a Packet
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.broker
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
BrokerInfo
          Information about a connected Broker
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
DurableUnsubscribe
          Command to remove a Durable Subscription
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
SessionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.broker.impl
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
BrokerInfo
          Information about a connected Broker
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
DurableUnsubscribe
          Command to remove a Durable Subscription
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
SessionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.filter
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.io
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.io.impl
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.message
AbstractPacket
          Abstract class for a transportable Packet
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQQueue
          A Queue object encapsulates a provider-specific queue name.
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.
MessageAcknowledge
          Called when a Message is Acknowledged
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
Receipt
          Sent in receipt of a Packet
TransactionType
           
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.message.util
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.security
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.security.jassjacc
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service.boundedvm
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service.impl
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.cache
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.vm
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport
ConsumerInfo
          Describes a Message consumer
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.composite
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.multicast
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.reliable
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.tcp
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.udp
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.vm
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
 



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