You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2004/04/23 09:18:04 UTC

cvs commit: incubator-geronimo/modules/kernel/src/java/org/apache/geronimo/gbean/jmx AbstractManagedObject.java

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 {@link #STOPPING} state by 
  +     * Do the stop tasks for the component.  Called in the {@link State#STOPPING} state by
        * the {@link #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 {@link #FAILED} state by 
  +     * Do the failure tasks for the component.  Called in the {@link State#FAILED} state by
        * the {@link #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 {@link State#STARTING} state and then attempts to move this MBean immediately 
  -     * to the {@link State#STARTED} state.
  +     * to the {@link 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