User: juhalindfors
  Date: 02/04/08 14:25:02

  Modified:    src/main/javax/management MBeanServer.java
  Log:
  just javadoc
  
  Revision  Changes    Path
  1.3       +6 -6      jmx/src/main/javax/management/MBeanServer.java
  
  Index: MBeanServer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/src/main/javax/management/MBeanServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MBeanServer.java  15 Feb 2002 16:22:54 -0000      1.2
  +++ MBeanServer.java  8 Apr 2002 21:25:01 -0000       1.3
  @@ -16,18 +16,18 @@
    * @see javax.management.loading.DefaultLoaderRepository
    *
    * @author  <a href="mailto:[EMAIL PROTECTED]";>Juha Lindfors</a>.
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface MBeanServer
   {
   
      /**
       * Instantiates an object using the default loader repository and default
  -    * no args constructor.
  +    * no-args constructor.
       *
       * @see  javax.management.loading.DefaultLoaderRepository
       *
  -    * @param   className Class to instantiate. Must have a public no args 
constructor.
  +    * @param   className Class to instantiate. Must have a public no-args 
constructor.
       * @return  instantiated object
       *
       * @throws ReflectionException if there was an error while trying to invoke the 
class's constructor
  @@ -39,9 +39,9 @@
               throws ReflectionException, MBeanException;
   
      /**
  -    * Instantiates an object using the given class loader. If the loader name is 
null,
  -    * the class loader of the server implementation class will be used. The object 
must
  -    * have a default, no args constructor.
  +    * Instantiates an object using the given class loader. If the loader name 
contains
  +    * a <tt>null</tt> reference, the class loader of the server implementation class
  +    * will be used. The object must have a default, no-args constructor.
       *
       * @param   className   Class to instantiate. Must have a public no args 
constructor.
       * @param   loaderName  Object name of a class loader that has been registered 
to the server.
  
  
  

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

Sponsored by http://www.ThinkGeek.com/

Reply via email to