You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/07/28 19:29:47 UTC

svn commit: rev 30853 - excalibur/trunk/containerkit/instrument/mgr-api/src/java/org/apache/excalibur/instrument/manager

Author: leif
Date: Wed Jul 28 10:29:47 2004
New Revision: 30853

Added:
   excalibur/trunk/containerkit/instrument/mgr-api/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java
      - copied, changed from rev 30830, excalibur/trunk/containerkit/instrument/mgr-impl/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java
Log:
Check this in temporarily so it can be renamed...

Copied: excalibur/trunk/containerkit/instrument/mgr-api/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java (from rev 30830, excalibur/trunk/containerkit/instrument/mgr-impl/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java)
==============================================================================
--- excalibur/trunk/containerkit/instrument/mgr-impl/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java	(original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/src/java/org/apache/excalibur/instrument/manager/InstrumentManagerConnector.java	Wed Jul 28 10:29:47 2004
@@ -21,20 +21,18 @@
  * Interface for classes which can be registered as Connectors for
  *  InstrumentManagers.
  *
- * The InstrumentManager is smart about handling connectors which implement
- *  the LogEnabled, Configurable, Initializable, Startable and Disposable
- *  interfaces.
+ * The DefaultInstrumentManager is smart about handling connectors which
+ *  implement the LogEnabled, Configurable, Initializable, Startable and
+ *  Disposable interfaces.
  *
  * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
- * @version CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:25 $
- * @since 4.1
  */
-public interface InstrumentManagerConnector
+public interface DefaultInstrumentManagerConnector
 {
     /**
      * Set the InstrumentManager to which the Connecter will provide
      *  access.  This method is called before the new connector is
      *  configured or started.
      */
-    void setInstrumentManager( DefaultInstrumentManager manager );
+    //void setInstrumentManager( DefaultInstrumentManager manager );
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org