jdk/src/share/classes/javax/management/loading/MLet.java
changeset 21656 d4c777ccb1db
parent 14014 da3648e13e67
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
   143  * <DT><VAR>arglist</VAR></DT>
   143  * <DT><VAR>arglist</VAR></DT>
   144  * <DD>
   144  * <DD>
   145  * This optional attribute specifies a list of one or more parameters for the
   145  * This optional attribute specifies a list of one or more parameters for the
   146  * MBean to be instantiated. This list describes the parameters to be passed the MBean's constructor.
   146  * MBean to be instantiated. This list describes the parameters to be passed the MBean's constructor.
   147  * Use the following syntax to specify each item in
   147  * Use the following syntax to specify each item in
   148  * <VAR>arglist</VAR>:</DD>
   148  * <VAR>arglist</VAR>:
   149  * <DL>
   149  * <DL>
   150  * <P>
       
   151  * <DT>&lt;<CODE>ARG TYPE=</CODE><VAR>argumentType</VAR> <CODE>VALUE=</CODE><VAR>value</VAR>&gt;</DT>
   150  * <DT>&lt;<CODE>ARG TYPE=</CODE><VAR>argumentType</VAR> <CODE>VALUE=</CODE><VAR>value</VAR>&gt;</DT>
   152  * <P>
   151  * <DD>where:
   153  * <DD>where:</DD>
       
   154  * <UL>
   152  * <UL>
   155  * <LI><VAR>argumentType</VAR> is the type of the argument that will be passed as parameter to the MBean's constructor.</UL>
   153  * <LI><VAR>argumentType</VAR> is the type of the argument that will be passed as parameter to the MBean's constructor.</UL>
       
   154  * </DD>
   156  * </DL>
   155  * </DL>
   157  * <P>The arguments' type in the argument list should be a Java primitive type or a Java basic type
   156  * <P>The arguments' type in the argument list should be a Java primitive type or a Java basic type
   158  * (<CODE>java.lang.Boolean, java.lang.Byte, java.lang.Short, java.lang.Long, java.lang.Integer, java.lang.Float, java.lang.Double, java.lang.String</CODE>).
   157  * (<CODE>java.lang.Boolean, java.lang.Byte, java.lang.Short, java.lang.Long, java.lang.Integer, java.lang.Float, java.lang.Double, java.lang.String</CODE>).
       
   158  * </DD>
   159  * </DL>
   159  * </DL>
   160  *
   160  *
   161  * When an m-let text file is loaded, an
   161  * When an m-let text file is loaded, an
   162  * instance of each MBean specified in the file is created and registered.
   162  * instance of each MBean specified in the file is created and registered.
   163  * <P>
   163  * <P>