leif 02/04/03 05:18:30
Modified: instrument-manager/example/bin run.bat
instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example
DefaultExampleInstrumentable.java
ExampleInstrumentable.java Main.java
instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component
DefaultComponentHandler.java
InstrumentComponentHandler.java
InstrumentComponentManager.java
InstrumentComponentSelector.java
InstrumentDefaultComponentFactory.java
PoolableComponentHandler.java
ThreadSafeComponentHandler.java
instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager
AbstractInstrumentSample.java
AbstractValueInstrumentSample.java
AverageValueInstrumentSample.java
CounterInstrumentSample.java
DefaultInstrumentManager.java
InstrumentDescriptorImpl.java
InstrumentManagerClientImpl.java
InstrumentProxy.java InstrumentSample.java
InstrumentSampleDescriptorImpl.java
InstrumentSampleFactory.java
InstrumentableDescriptorImpl.java
InstrumentableProxy.java
MaximumValueInstrumentSample.java
MinimumValueInstrumentSample.java
instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/altrmi
InstrumentManagerAltrmiServer.java
instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces
CounterInstrumentListener.java
InstrumentDescriptor.java InstrumentListener.java
InstrumentManagerClient.java
InstrumentSampleDescriptor.java
InstrumentSampleListener.java
InstrumentSampleSnapshot.java
InstrumentableDescriptor.java
NoSuchInstrumentException.java
NoSuchInstrumentSampleException.java
NoSuchInstrumentableException.java
ValueInstrumentListener.java
Log:
Email address change.
Revision Changes Path
1.2 +1 -1
jakarta-avalon-excalibur/instrument-manager/example/bin/run.bat
Index: run.bat
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/example/bin/run.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run.bat 26 Mar 2002 11:56:15 -0000 1.1
+++ run.bat 3 Apr 2002 13:18:29 -0000 1.2
@@ -2,7 +2,7 @@
rem
rem Example start script.
rem
-rem Author: Leif Mortenson [EMAIL PROTECTED]
+rem Author: Leif Mortenson [EMAIL PROTECTED]
rem
rem Determine if JAVA_HOME is set and if so then use it
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/DefaultExampleInstrumentable.java
Index: DefaultExampleInstrumentable.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/DefaultExampleInstrumentable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultExampleInstrumentable.java 26 Mar 2002 11:56:16 -0000 1.1
+++ DefaultExampleInstrumentable.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -27,8 +27,8 @@
*
* Note, this code ignores exceptions to keep the code simple.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class DefaultExampleInstrumentable
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/ExampleInstrumentable.java
Index: ExampleInstrumentable.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/ExampleInstrumentable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExampleInstrumentable.java 26 Mar 2002 11:56:16 -0000 1.1
+++ ExampleInstrumentable.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -15,8 +15,8 @@
*
* Note, this code ignores exceptions to keep the code simple.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public interface ExampleInstrumentable
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/Main.java
Index: Main.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/example/src/java/org/apache/avalon/excalibur/instrument/example/Main.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Main.java 26 Mar 2002 11:56:16 -0000 1.1
+++ Main.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -36,8 +36,8 @@
* <p>
* Note, this code ignores exceptions to keep the code simple.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class Main
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/DefaultComponentHandler.java
Index: DefaultComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/DefaultComponentHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DefaultComponentHandler.java 29 Mar 2002 14:03:49 -0000 1.1
+++ DefaultComponentHandler.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -27,8 +27,8 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/29 14:03:49 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.0
*/
public class DefaultComponentHandler
1.4 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentHandler.java
Index: InstrumentComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentHandler.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstrumentComponentHandler.java 29 Mar 2002 15:15:55 -0000 1.3
+++ InstrumentComponentHandler.java 3 Apr 2002 13:18:29 -0000 1.4
@@ -28,8 +28,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/03/29 15:15:55 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public abstract class InstrumentComponentHandler
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentManager.java
Index: InstrumentComponentManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentComponentManager.java 29 Mar 2002 14:03:49 -0000 1.2
+++ InstrumentComponentManager.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -22,8 +22,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/29 14:03:49 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentComponentManager
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentSelector.java
Index: InstrumentComponentSelector.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentComponentSelector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentComponentSelector.java 29 Mar 2002 14:03:49 -0000 1.2
+++ InstrumentComponentSelector.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -23,8 +23,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/29 14:03:49 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentComponentSelector
1.4 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentDefaultComponentFactory.java
Index: InstrumentDefaultComponentFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/InstrumentDefaultComponentFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstrumentDefaultComponentFactory.java 29 Mar 2002 15:15:55 -0000
1.3
+++ InstrumentDefaultComponentFactory.java 3 Apr 2002 13:18:29 -0000
1.4
@@ -20,8 +20,8 @@
/**
* Factory for Avalon Instrumentable components.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/03/29 15:15:55 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:18:29 $
* @since 4.0
*/
public class InstrumentDefaultComponentFactory
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/PoolableComponentHandler.java
Index: PoolableComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/PoolableComponentHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PoolableComponentHandler.java 29 Mar 2002 14:03:49 -0000 1.1
+++ PoolableComponentHandler.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -85,9 +85,9 @@
* </ul>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/29 14:03:49 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.0
*/
public class PoolableComponentHandler extends InstrumentComponentHandler
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/ThreadSafeComponentHandler.java
Index: ThreadSafeComponentHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/component/ThreadSafeComponentHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ThreadSafeComponentHandler.java 29 Mar 2002 14:03:49 -0000 1.1
+++ ThreadSafeComponentHandler.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -27,8 +27,8 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Ryan Shaw</a>
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/29 14:03:49 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.0
*/
public class ThreadSafeComponentHandler
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AbstractInstrumentSample.java
Index: AbstractInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AbstractInstrumentSample.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractInstrumentSample.java 28 Mar 2002 04:06:18 -0000 1.2
+++ AbstractInstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -24,8 +24,8 @@
* An AbstractInstrumentSample contains all of the functionality common to
all
* InstrumentSamples.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
abstract class AbstractInstrumentSample
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AbstractValueInstrumentSample.java
Index: AbstractValueInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AbstractValueInstrumentSample.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractValueInstrumentSample.java 28 Mar 2002 04:06:18 -0000
1.2
+++ AbstractValueInstrumentSample.java 3 Apr 2002 13:18:29 -0000
1.3
@@ -18,8 +18,8 @@
* An AbstractValueInstrumentSample contains all of the functionality common
* to all InstrumentSamples which represent a fixed value.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
abstract class AbstractValueInstrumentSample
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AverageValueInstrumentSample.java
Index: AverageValueInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/AverageValueInstrumentSample.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AverageValueInstrumentSample.java 26 Mar 2002 11:56:16 -0000 1.1
+++ AverageValueInstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -15,8 +15,8 @@
* A InstrumentSample which stores the average value set during the sample
* period.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class AverageValueInstrumentSample
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/CounterInstrumentSample.java
Index: CounterInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/CounterInstrumentSample.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CounterInstrumentSample.java 28 Mar 2002 04:06:18 -0000 1.2
+++ CounterInstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -17,8 +17,8 @@
* A InstrumentSample which stores the number of times that increment has
been
* called during the sample period.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class CounterInstrumentSample
1.5 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/DefaultInstrumentManager.java
Index: DefaultInstrumentManager.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/DefaultInstrumentManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DefaultInstrumentManager.java 29 Mar 2002 16:08:53 -0000 1.4
+++ DefaultInstrumentManager.java 3 Apr 2002 13:18:29 -0000 1.5
@@ -39,8 +39,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/03/29 16:08:53 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.5 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class DefaultInstrumentManager
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentDescriptorImpl.java
Index: InstrumentDescriptorImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentDescriptorImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentDescriptorImpl.java 28 Mar 2002 04:06:18 -0000 1.2
+++ InstrumentDescriptorImpl.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -17,8 +17,8 @@
* Describes a Instrument and acts as a Proxy to protect the original
* Instrument.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentDescriptorImpl
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentManagerClientImpl.java
Index: InstrumentManagerClientImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentManagerClientImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentManagerClientImpl.java 28 Mar 2002 04:06:18 -0000 1.2
+++ InstrumentManagerClientImpl.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -15,8 +15,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentManagerClientImpl
1.4 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentProxy.java
Index: InstrumentProxy.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentProxy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstrumentProxy.java 29 Mar 2002 16:08:53 -0000 1.3
+++ InstrumentProxy.java 3 Apr 2002 13:18:29 -0000 1.4
@@ -37,8 +37,8 @@
* The type of a Instrument can not be determined at configuration time.
* It is resolved when the Instrumentable actually registers the Instrument.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/03/29 16:08:53 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentProxy
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSample.java
Index: InstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSample.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentSample.java 28 Mar 2002 04:06:18 -0000 1.2
+++ InstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -23,8 +23,8 @@
* part of the configuration process, or as a result of a request from an
* InstrumentClient.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public interface InstrumentSample
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSampleDescriptorImpl.java
Index: InstrumentSampleDescriptorImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSampleDescriptorImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentSampleDescriptorImpl.java 28 Mar 2002 04:06:18 -0000
1.2
+++ InstrumentSampleDescriptorImpl.java 3 Apr 2002 13:18:29 -0000
1.3
@@ -15,8 +15,8 @@
* Describes an InstrumentSample and acts as a Proxy to protect the original
* InstrumentSample object.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentSampleDescriptorImpl
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSampleFactory.java
Index: InstrumentSampleFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentSampleFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentSampleFactory.java 26 Mar 2002 11:56:16 -0000 1.1
+++ InstrumentSampleFactory.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -13,8 +13,8 @@
* The InstrumentSample represents a single data sample in a ProfileDataSet.
* Access to InstrumentSamples are synchronized through the ProfileDataSet.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class InstrumentSampleFactory
1.3 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentableDescriptorImpl.java
Index: InstrumentableDescriptorImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentableDescriptorImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentableDescriptorImpl.java 28 Mar 2002 04:06:18 -0000 1.2
+++ InstrumentableDescriptorImpl.java 3 Apr 2002 13:18:29 -0000 1.3
@@ -15,8 +15,8 @@
* Describes a Instrumentable and acts as a Proxy to protect the original
* Instrumentable.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/03/28 04:06:18 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
public class InstrumentableDescriptorImpl
1.4 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentableProxy.java
Index: InstrumentableProxy.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/InstrumentableProxy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InstrumentableProxy.java 29 Mar 2002 16:08:53 -0000 1.3
+++ InstrumentableProxy.java 3 Apr 2002 13:18:29 -0000 1.4
@@ -27,8 +27,8 @@
* <p>
* Not Synchronized.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/03/29 16:08:53 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class InstrumentableProxy
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/MaximumValueInstrumentSample.java
Index: MaximumValueInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/MaximumValueInstrumentSample.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MaximumValueInstrumentSample.java 26 Mar 2002 11:56:16 -0000 1.1
+++ MaximumValueInstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -15,8 +15,8 @@
* A InstrumentSample which stores the maximum value set during the sample
* period.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class MaximumValueInstrumentSample
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/MinimumValueInstrumentSample.java
Index: MinimumValueInstrumentSample.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/MinimumValueInstrumentSample.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MinimumValueInstrumentSample.java 26 Mar 2002 11:56:16 -0000 1.1
+++ MinimumValueInstrumentSample.java 3 Apr 2002 13:18:29 -0000 1.2
@@ -15,8 +15,8 @@
* A InstrumentSample which stores the minimum value set during the sample
* period.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/26 11:56:16 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:29 $
* @since 4.1
*/
class MinimumValueInstrumentSample
1.5 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/altrmi/InstrumentManagerAltrmiServer.java
Index: InstrumentManagerAltrmiServer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/altrmi/InstrumentManagerAltrmiServer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- InstrumentManagerAltrmiServer.java 3 Apr 2002 11:36:10 -0000
1.4
+++ InstrumentManagerAltrmiServer.java 3 Apr 2002 13:18:30 -0000
1.5
@@ -24,8 +24,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 11:36:10 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.5 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public class InstrumentManagerAltrmiServer
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/CounterInstrumentListener.java
Index: CounterInstrumentListener.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/CounterInstrumentListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CounterInstrumentListener.java 28 Mar 2002 04:06:19 -0000 1.1
+++ CounterInstrumentListener.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -12,8 +12,8 @@
* register themselves with Instrument instances to receive updates when
* it is incremented.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface CounterInstrumentListener
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentDescriptor.java
Index: InstrumentDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentDescriptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentDescriptor.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentDescriptor.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
* Describes a Instrument and acts as a Proxy to protect the original
* Instrument.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentDescriptor
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentListener.java
Index: InstrumentListener.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentListener.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentListener.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
* Root interface for InstrumentListeners. This interface should not be
* be implemented directly.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentListener
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentManagerClient.java
Index: InstrumentManagerClient.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentManagerClient.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentManagerClient.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentManagerClient.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -13,8 +13,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentManagerClient
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleDescriptor.java
Index: InstrumentSampleDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleDescriptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentSampleDescriptor.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentSampleDescriptor.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
* Describes an InstrumentSample and acts as a Proxy to protect the original
* InstrumentSample object.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentSampleDescriptor
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleListener.java
Index: InstrumentSampleListener.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentSampleListener.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentSampleListener.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
* Objects which implement the InstrumentSampleListener interface can
register
* themselves with InstrumentSample instances to receive updates on their
value.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentSampleListener
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleSnapshot.java
Index: InstrumentSampleSnapshot.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentSampleSnapshot.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentSampleSnapshot.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentSampleSnapshot.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
/**
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public class InstrumentSampleSnapshot
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentableDescriptor.java
Index: InstrumentableDescriptor.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/InstrumentableDescriptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstrumentableDescriptor.java 28 Mar 2002 04:06:19 -0000 1.1
+++ InstrumentableDescriptor.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -11,8 +11,8 @@
* Describes a Instrumentable and acts as a Proxy to protect the original
* Instrumentable.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface InstrumentableDescriptor
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentException.java
Index: NoSuchInstrumentException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NoSuchInstrumentException.java 28 Mar 2002 04:06:19 -0000 1.1
+++ NoSuchInstrumentException.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -10,8 +10,8 @@
/**
* Thrown when a Instrument can not be found.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public class NoSuchInstrumentException
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentSampleException.java
Index: NoSuchInstrumentSampleException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentSampleException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NoSuchInstrumentSampleException.java 28 Mar 2002 04:06:19 -0000
1.1
+++ NoSuchInstrumentSampleException.java 3 Apr 2002 13:18:30 -0000
1.2
@@ -10,8 +10,8 @@
/**
* Thrown when a InstrumentSample can not be found.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public class NoSuchInstrumentSampleException
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentableException.java
Index: NoSuchInstrumentableException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/NoSuchInstrumentableException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NoSuchInstrumentableException.java 28 Mar 2002 04:06:19 -0000
1.1
+++ NoSuchInstrumentableException.java 3 Apr 2002 13:18:30 -0000
1.2
@@ -10,8 +10,8 @@
/**
* Thrown when a Instrumentable can not be found.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public class NoSuchInstrumentableException
1.2 +2 -2
jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/ValueInstrumentListener.java
Index: ValueInstrumentListener.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/avalon/excalibur/instrument/manager/interfaces/ValueInstrumentListener.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ValueInstrumentListener.java 28 Mar 2002 04:06:19 -0000 1.1
+++ ValueInstrumentListener.java 3 Apr 2002 13:18:30 -0000 1.2
@@ -12,8 +12,8 @@
* themselves with Instrument instances to receive updates on the
* Profile Point's value.
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/03/28 04:06:19 $
+ * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
+ * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:18:30 $
* @since 4.1
*/
public interface ValueInstrumentListener
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>