Patches item #473775, was opened at 2001-10-22 13:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=473775&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Guillaume Boissiere (boissier)
Assigned to: Nobody/Anonymous (nobody)
Summary: JavaDoc cleanups - ConfigurationService

Initial Comment:
diff -urN 
jboss/src/main/org/jboss/configuration/ConfigurationSer
vice.java gb-
jboss/src/main/org/jboss/configuration/ConfigurationSer
vice.java
--- 
jboss/src/main/org/jboss/configuration/ConfigurationSer
vice.java       Thu Oct 18 21:20:26 2001
+++ gb-
jboss/src/main/org/jboss/configuration/ConfigurationSer
vice.java       Mon Oct 22 11:17:58 2001
@@ -280,6 +280,9 @@
     * Builds a string that consists of the 
configuration elements of
     * the currently running MBeans registered in the 
server.
     *
+    * @return    A String representing a snapshot of 
all the configuration
+    *            elements of the MBeans currently 
running and registered in
+    *            the server.
     * @throws Exception    Failed to construct 
configuration.
     */
    public String save() throws Exception
@@ -384,16 +387,16 @@
    
    /**
     * Load the configuration from the {@link 
#CONFIGURATION_FILE},
-    * installs and initailize configured MBeans and 
registeres the
+    * installs and initialize configured MBeans and 
registers the
     * beans as services.
     *
     * <p>This is a 2-step process:
     * <ol>
-    *   <li>Load user conf. and create MBeans from 
that.
-    *   <li>Apply user conf to created MBeans.
+    *   <li>Load the user configuration and create 
MBeans from that.
+    *   <li>Apply the user configuration to created 
MBeans.
     * </ol>
     *
-    * @throws Exception    ???
+    * @throws Exception    Failed to parse the user 
configuration.
     */
    public void loadConfiguration() throws Exception
    {
@@ -861,7 +864,7 @@
    
    /**
     * An implementation of InvocationHandler used to 
proxy of the Service
-    * interface for mbeans. It determines which of 
the init/start/stop/destroy
+    * interface for MBeans. It determines which of 
the init/start/stop/destroy
     * methods of the Service interface an mbean 
implements by inspecting its
     * MBeanOperationInfo values. Each Service 
interface method that has a
     * matching operation is forwarded to the mbean by 
invoking the method
@@ -917,12 +920,13 @@
       /**
        * Map the method name to a Service interface 
method index and
        * if the corresponding hasOp array element is 
true, dispatch the
-       * method to the mbean we are proxying.
+       * method to the MBean we are proxying.
        *
-       * @param proxy
-       * @param method
-       * @param args
-       * @return              Always null.
+       * @param proxy    <review>NOT USED?</review>
+       * @param method   The method we are mapping to.
+       * @param args     An array containing the 
parameters to be set 
+       *                 when the operation is 
invoked. 
+       * @return         Always null.
        *
        * @throws Throwable
        */

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=473775&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to