Uses of Class
org.codehaus.activemq.transport.TransportStatusEvent

Packages that use TransportStatusEvent
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
 

Uses of TransportStatusEvent in org.codehaus.activemq
 

Methods in org.codehaus.activemq with parameters of type TransportStatusEvent
 void ActiveMQConnection.statusChanged(TransportStatusEvent event)
          handle disconnect/reconnect events
 

Uses of TransportStatusEvent in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport with parameters of type TransportStatusEvent
protected  void TransportChannelSupport.fireStatusEvent(TransportStatusEvent event)
          Fire status event to any status event listeners
 void TransportStatusEventListener.statusChanged(TransportStatusEvent event)
          called when the status of a transport channel changes
 



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