Uses of Interface
org.codehaus.activemq.message.PacketListener

Packages that use PacketListener
org.codehaus.activemq The core JMS client implementation classes  
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
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.reliable   
 

Uses of PacketListener in org.codehaus.activemq
 

Classes in org.codehaus.activemq that implement PacketListener
 class ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
 class ActiveMQXAConnection
          The XAConnection interface extends the capability of Connection by providing an XASession (optional).
 

Uses of PacketListener in org.codehaus.activemq.broker.impl
 

Classes in org.codehaus.activemq.broker.impl that implement PacketListener
 class BrokerClientImpl
          A Broker client side proxy representing a JMS Connnection
 

Uses of PacketListener in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return PacketListener
 PacketListener AbstractTransportChannel.getPacketListener()
           
 

Methods in org.codehaus.activemq.transport with parameters of type PacketListener
 void TransportChannel.setPacketListener(PacketListener l)
          Set a listener for Packets
 void AbstractTransportChannel.setPacketListener(PacketListener l)
          Set a listener for Packets
 

Uses of PacketListener in org.codehaus.activemq.transport.composite
 

Methods in org.codehaus.activemq.transport.composite with parameters of type PacketListener
 void CompositeTransportChannel.setPacketListener(PacketListener listener)
           
 

Uses of PacketListener in org.codehaus.activemq.transport.reliable
 

Classes in org.codehaus.activemq.transport.reliable that implement PacketListener
 class ReliableTransportChannel
          A Compsite implementation of a TransportChannel
 



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