Uses of Interface
org.codehaus.activemq.transport.TransportChannelListener

Packages that use TransportChannelListener
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  
 

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

Classes in org.codehaus.activemq.broker.impl that implement TransportChannelListener
 class BrokerConnectorImpl
          An implementation of the broker (the JMS server)
 

Uses of TransportChannelListener in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport that return TransportChannelListener
 TransportChannelListener TransportServerChannelSupport.getTransportChannelListener()
           
 TransportChannelListener TransportChannelSupport.getTransportChannelListener()
           
 

Methods in org.codehaus.activemq.transport with parameters of type TransportChannelListener
 void TransportServerChannelSupport.setTransportChannelListener(TransportChannelListener listener)
           
 void TransportChannel.setTransportChannelListener(TransportChannelListener listener)
          A listener to be notified when the channel is removed
 void TransportServerChannel.setTransportChannelListener(TransportChannelListener listener)
          Registers the listener to be used when new clients connect or disconnect
 void TransportChannelSupport.setTransportChannelListener(TransportChannelListener transportChannelListener)
           
 void NetworkConnector.setTransportChannelListener(TransportChannelListener listener)
           
 



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