org.apache.qpid.transport
Class Connection.DefaultConnectionListener
java.lang.Object
org.apache.qpid.transport.Connection.DefaultConnectionListener
- All Implemented Interfaces:
- ConnectionListener
- Enclosing class:
- Connection
static class Connection.DefaultConnectionListener
- extends Object
- implements ConnectionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Connection.DefaultConnectionListener
Connection.DefaultConnectionListener()
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