org.apache.qpid.transport
Interface ConnectionListener

All Known Implementing Classes:
Connection.DefaultConnectionListener, SASLEncryptor, SASLReceiver, SASLSender

public interface ConnectionListener

ConnectionListener


Method Summary
 void closed(Connection connection)
           
 void exception(Connection connection, ConnectionException exception)
           
 void opened(Connection connection)
           
 

Method Detail

opened

void opened(Connection connection)

exception

void exception(Connection connection,
               ConnectionException exception)

closed

void closed(Connection connection)


Licensed to the Apache Software Foundation