org.apache.qpid.transport
Class Connection.DefaultConnectionListener

java.lang.Object
  extended by org.apache.qpid.transport.Connection.DefaultConnectionListener
All Implemented Interfaces:
ConnectionListener
Enclosing class:
Connection

static class Connection.DefaultConnectionListener
extends Object
implements ConnectionListener


Constructor Summary
Connection.DefaultConnectionListener()
           
 
Method Summary
 void closed(Connection conn)
           
 void exception(Connection conn, ConnectionException exception)
           
 void opened(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection.DefaultConnectionListener

Connection.DefaultConnectionListener()
Method Detail

opened

public void opened(Connection conn)
Specified by:
opened in interface ConnectionListener

exception

public void exception(Connection conn,
                      ConnectionException exception)
Specified by:
exception in interface ConnectionListener

closed

public void closed(Connection conn)
Specified by:
closed in interface ConnectionListener


Licensed to the Apache Software Foundation