Uses of Interface
org.activemq.message.PacketListener

Packages that use PacketListener
org.activemq The core JMS client implementation classes 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.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.activemq.transport.multicast An implementation of the transport layer using multicast 
org.activemq.transport.reliable   
org.activemq.transport.vm An implementation of the transport layer using intra-JVM communication 
 

Uses of PacketListener in org.activemq
 

Classes in org.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.activemq.broker.impl
 

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

Uses of PacketListener in org.activemq.transport
 

Classes in org.activemq.transport that implement PacketListener
 class DiscoveryTransportChannel
          A ReliableTransportChannel which uses a DiscoveryAgent to discover remote broker instances and dynamically connect to them.
 

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

Methods in org.activemq.transport with parameters of type PacketListener
protected  void TransportChannelSupport.doConsumePacket(Packet packet, PacketListener listener)
           
 void TransportChannel.setPacketListener(PacketListener l)
          Set a listener for Packets
 void TransportChannelSupport.setPacketListener(PacketListener l)
          Set a listener for Packets
 

Uses of PacketListener in org.activemq.transport.composite
 

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

Uses of PacketListener in org.activemq.transport.multicast
 

Classes in org.activemq.transport.multicast that implement PacketListener
 class MulticastDiscoveryAgent
          An agent used to discover other instances of a service
 class MulticastTester
          An agent used to discover other instances of a service
 

Uses of PacketListener in org.activemq.transport.reliable
 

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

Uses of PacketListener in org.activemq.transport.vm
 

Methods in org.activemq.transport.vm that return PacketListener
protected  PacketListener VmTransportChannel.createPacketListenerSender()
          Creates a sender PacketListener which handles any receipts then delegates to the ultimate PacketListener (typically the JMS client)
 PacketListener VmTransportChannel.getSendListener()
           
 

Methods in org.activemq.transport.vm with parameters of type PacketListener
 void VmTransportChannel.setPacketListener(PacketListener listener)
           
 void VmTransportChannel.setSendListener(PacketListener sendListener)
           
 



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