Uses of Interface
org.apache.qpid.jms.ConnectionListener

Packages that use ConnectionListener
org.apache.qpid.client   
org.apache.qpid.jms   
 

Uses of ConnectionListener in org.apache.qpid.client
 

Methods in org.apache.qpid.client that return ConnectionListener
 ConnectionListener AMQConnection.getConnectionListener()
           
 

Methods in org.apache.qpid.client with parameters of type ConnectionListener
 void AMQConnection.setConnectionListener(ConnectionListener listener)
           
 

Uses of ConnectionListener in org.apache.qpid.jms
 

Methods in org.apache.qpid.jms that return ConnectionListener
 ConnectionListener Connection.getConnectionListener()
          Get the connection listener that has been registered with this connection, if any
 

Methods in org.apache.qpid.jms with parameters of type ConnectionListener
 void Connection.setConnectionListener(ConnectionListener listener)
           
 



Licensed to the Apache Software Foundation