org.codehaus.activemq.transport
Interface TransportChannelListener

All Known Implementing Classes:
BrokerConnectorImpl

public interface TransportChannelListener

Used by a server to listen for new clients coming and going and reacting accordingly


Method Summary
 void addClient(TransportChannel channel)
          Called when a new channel is added to a server
 void removeClient(TransportChannel channel)
          Called when a channel has been closed and removed from a server
 

Method Detail

addClient

public void addClient(TransportChannel channel)
Called when a new channel is added to a server

Parameters:
channel - the new channel

removeClient

public void removeClient(TransportChannel channel)
Called when a channel has been closed and removed from a server

Parameters:
channel - the channel removed


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