org.apache.excalibur.instrument.manager
Interface DefaultInstrumentManagerConnector
- All Known Implementing Classes:
- InstrumentManagerHTTPConnector
- public interface DefaultInstrumentManagerConnector
Interface for classes which can be registered as Connectors for
InstrumentManagers.
The DefaultInstrumentManager is smart about handling connectors which
implement the LogEnabled, Configurable, Initializable, Startable and
Disposable interfaces.
- Author:
- Avalon Development Team
setInstrumentManager
public void setInstrumentManager(DefaultInstrumentManager manager)
- Set the InstrumentManager to which the Connecter will provide
access. This method is called before the new connector is
configured or started.
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.