org.apache.excalibur.instrument.manager
Interface DefaultInstrumentManagerConnector
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
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-2012 Apache Software Foundation. All Rights Reserved.