|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.multicast | An implementation of the transport layer using multicast |
org.codehaus.activemq.transport.reliable | |
org.codehaus.activemq.transport.vm | An implementation of the transport layer using intra-JVM communication |
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 |
Classes in org.codehaus.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.codehaus.activemq.transport that return PacketListener | |
PacketListener |
TransportChannelSupport.getPacketListener()
|
Methods in org.codehaus.activemq.transport with parameters of type PacketListener | |
void |
TransportChannel.setPacketListener(PacketListener l)
Set a listener for Packets |
void |
TransportChannelSupport.setPacketListener(PacketListener l)
Set a listener for Packets |
protected void |
TransportChannelSupport.doConsumePacket(Packet packet,
PacketListener listener)
|
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.multicast |
Classes in org.codehaus.activemq.transport.multicast that implement PacketListener | |
class |
MulticastDiscoveryAgent
An agent used to discover other instances of a service |
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 |
Uses of PacketListener in org.codehaus.activemq.transport.vm |
Methods in org.codehaus.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) |
Methods in org.codehaus.activemq.transport.vm with parameters of type PacketListener | |
void |
VmTransportChannel.setPacketListener(PacketListener listener)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |