org.apache.excalibur.instrument.client
Interface InstrumentManagerConnectionListener


public interface InstrumentManagerConnectionListener

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:23 $
Author:
Avalon Development Team

Method Summary
 void closed(InstrumentManagerConnection connection)
          Called when the connection is closed.
 void deleted(InstrumentManagerConnection connection)
          Called when the connection is deleted.
 void opened(InstrumentManagerConnection connection)
          Called when the connection is opened.
 

Method Detail

opened

void opened(InstrumentManagerConnection connection)
Called when the connection is opened. May be called more than once if the connection to the InstrumentManager is reopened.

Parameters:
connection - Connection which was opened.

closed

void closed(InstrumentManagerConnection connection)
Called when the connection is closed. May be called more than once if the connection to the InstrumentManager is reopened.

Parameters:
connection - Connection which was closed.

deleted

void deleted(InstrumentManagerConnection connection)
Called when the connection is deleted. All references should be removed.

Parameters:
connection - Connection which was deleted.


Copyright © 1997-2008 Apache Software Foundation. All Rights Reserved.