Uses of Class
org.apache.excalibur.instrument.client.InstrumentManagerConnection

Packages that use InstrumentManagerConnection
org.apache.excalibur.instrument.client   
org.apache.excalibur.instrument.client.http   
 

Uses of InstrumentManagerConnection in org.apache.excalibur.instrument.client
 

Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentManagerConnection
 void InstrumentManagerConnectionListener.opened(InstrumentManagerConnection connection)
          Called when the connection is opened.
 void InstrumentManagerConnectionListener.closed(InstrumentManagerConnection connection)
          Called when the connection is closed.
 void InstrumentManagerConnectionListener.deleted(InstrumentManagerConnection connection)
          Called when the connection is deleted.
 

Uses of InstrumentManagerConnection in org.apache.excalibur.instrument.client.http
 

Subclasses of InstrumentManagerConnection in org.apache.excalibur.instrument.client.http
 class HTTPInstrumentManagerConnection
          A Connection to the remote InstrumentManager which connects using the HTTP connector.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.