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

Packages that use TransportStatusEventListener
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 TransportStatusEventListener in org.codehaus.activemq
 

Classes in org.codehaus.activemq that implement TransportStatusEventListener
 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 TransportStatusEventListener in org.codehaus.activemq.transport
 

Methods in org.codehaus.activemq.transport with parameters of type TransportStatusEventListener
 void TransportChannelSupport.addTransportStatusEventListener(TransportStatusEventListener listener)
          Add a listener for changes in a channels status
 void TransportChannelSupport.removeTransportStatusEventListener(TransportStatusEventListener listener)
          Remove a listener for changes in a channels status
 void TransportChannel.addTransportStatusEventListener(TransportStatusEventListener listener)
          Add a listener for changes in a channels status
 void TransportChannel.removeTransportStatusEventListener(TransportStatusEventListener listener)
          Remove a listener for changes in a channels status
 



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