User: d_jencks
  Date: 02/09/20 23:17:32

  Modified:    modules/jmx/src/META-INF xtags.xml
  Log:
  changed managed-argument to managed-parameter and used it in all templates using 
info about managed constructor and managed operation parameters
  
  Revision  Changes    Path
  1.10      +13 -6     xdoclet/modules/jmx/src/META-INF/xtags.xml
  
  Index: xtags.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/jmx/src/META-INF/xtags.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- xtags.xml 20 Sep 2002 03:48:43 -0000      1.9
  +++ xtags.xml 21 Sep 2002 06:17:32 -0000      1.10
  @@ -140,7 +140,7 @@
           <usage-description>
                Defines a jmx managed operation.  This method will be included in a
                standard mbean interface and marked as a managed operation in xmbean 
metadata.
  -             jmx.managed-argument tags can be used to describe the parameters.
  +             jmx.managed-parameter tags can be used to describe the parameters.
           </usage-description>
           <unique>true</unique>
           <condition-description>
  @@ -294,7 +294,7 @@
           </usage-description>
           <unique>true</unique>
           <condition-description>
  -             The jmx.managed-constructor tag can be used on any constructor. The 
jmx.managed-argument tags are used to generate parameter descriptions.
  +             The jmx.managed-constructor tag can be used on any constructor. The 
jmx.managed-parameter tags are used to generate parameter descriptions.
           </condition-description>
           <parameter type="text">
             <name>description</name>
  @@ -306,7 +306,7 @@
           <parameter type="text">
             <name>servicefile</name>
             <usage-description>
  -             If we are generating a JBoss *-service.xml file, if the * matches the 
parameter value this constructor will be used with the managed-argument values 
provided.
  +             If we are generating a JBoss *-service.xml file, if the * matches the 
parameter value this constructor will be used with the managed-parameter values 
provided.
             </usage-description>
             <mandatory>false</mandatory>
           </parameter>
  @@ -394,7 +394,7 @@
   
         <tag>
           <level>constructor, method</level>
  -        <name>jmx.managed-argument</name>
  +        <name>jmx.managed-parameter</name>
           <usage-description>
                Defines an argument for a managed operation or managed constructor.  
                NOTE: this tag is somewhat defective in that some of the info can be 
  @@ -403,9 +403,16 @@
           </usage-description>
           <unique>false</unique>
           <condition-description>
  -             jmx.managed-argument tag can be used on constructors and operations 
with arguments. 
  +             jmx.managed-parameter tag can be used on constructors and operations 
with arguments. 
           </condition-description>
           <parameter type="text">
  +          <name>name</name>
  +          <usage-description>
  +             Specifies a name for the operation or constructor argument. This can 
be different from the name used in java code.
  +          </usage-description>
  +          <mandatory>true</mandatory>
  +        </parameter>
  +        <parameter type="text">
             <name>description</name>
             <usage-description>
                Specifies a description for the operation or constructor argument.
  @@ -417,7 +424,7 @@
             <usage-description>
                The type of the argument.  This should be determined from the method 
signature.
             </usage-description>
  -          <mandatory>false</mandatory>
  +          <mandatory>true</mandatory>
           </parameter>
           <parameter type="text">
             <name>value</name>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to