dain 2004/04/23 00:18:04
Modified: modules/kernel/src/java/org/apache/geronimo/gbean/jmx
AbstractManagedObject.java
Log:
Fixed java doc errors
Revision Changes Path
1.8 +4 -4
incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx/AbstractManagedObject.java
Index: AbstractManagedObject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx/AbstractManagedObject.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AbstractManagedObject.java 13 Mar 2004 23:48:56 -0000 1.7
+++ AbstractManagedObject.java 23 Apr 2004 07:18:04 -0000 1.8
@@ -122,7 +122,7 @@
}
/**
- * Do the stop tasks for the component. Called in the [EMAIL PROTECTED]
#STOPPING} state by
+ * Do the stop tasks for the component. Called in the [EMAIL PROTECTED]
State#STOPPING} state by
* the [EMAIL PROTECTED] #stop()} method to perform the tasks required
to stop the component.
*
* Note: this method is called from within a synchronized block, so be
careful what you call as you
@@ -134,7 +134,7 @@
}
/**
- * Do the failure tasks for the component. Called in the [EMAIL
PROTECTED] #FAILED} state by
+ * Do the failure tasks for the component. Called in the [EMAIL
PROTECTED] State#FAILED} state by
* the [EMAIL PROTECTED] #fail()} method to perform the tasks required
to cleanup a failed component.
*
* Note: this method is called from within a synchronized block, so be
careful what you call as you
@@ -255,7 +255,7 @@
/**
* Moves this MBean to the [EMAIL PROTECTED] State#STARTING} state and
then attempts to move this MBean immediately
- * to the [EMAIL PROTECTED] State#STARTED} state.
+ * to the [EMAIL PROTECTED] State#RUNNING} state.
*
* Note: This method cannot be called while the current thread holds a
synchronized lock on this MBean,
* because this method sends JMX notifications. Sending a general
notification from a synchronized block