jdk/src/share/classes/java/lang/management/RuntimeMXBean.java
changeset 18799 31062cb3cc8e
parent 18156 edb590d448c5
equal deleted inserted replaced
18798:7109807f56e9 18799:31062cb3cc8e
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   270      * Thus, the returned input arguments may not
   270      * Thus, the returned input arguments may not
   271      * include all command-line options.
   271      * include all command-line options.
   272      *
   272      *
   273      * <p>
   273      * <p>
   274      * <b>MBeanServer access</b>:<br>
   274      * <b>MBeanServer access</b>:<br>
   275      * The mapped type of <tt>List<String></tt> is <tt>String[]</tt>.
   275      * The mapped type of {@code List<String>} is <tt>String[]</tt>.
   276      *
   276      *
   277      * @return a list of <tt>String</tt> objects; each element
   277      * @return a list of <tt>String</tt> objects; each element
   278      * is an argument passed to the Java virtual machine.
   278      * is an argument passed to the Java virtual machine.
   279      *
   279      *
   280      * @throws  java.lang.SecurityException
   280      * @throws  java.lang.SecurityException
   310      * <b>MBeanServer access</b>:<br>
   310      * <b>MBeanServer access</b>:<br>
   311      * The mapped type of {@code Map<String,String>} is
   311      * The mapped type of {@code Map<String,String>} is
   312      * {@link javax.management.openmbean.TabularData TabularData}
   312      * {@link javax.management.openmbean.TabularData TabularData}
   313      * with two items in each row as follows:
   313      * with two items in each row as follows:
   314      * <blockquote>
   314      * <blockquote>
   315      * <table border>
   315      * <table border summary="Name and Type for each item">
   316      * <tr>
   316      * <tr>
   317      *   <th>Item Name</th>
   317      *   <th>Item Name</th>
   318      *   <th>Item Type</th>
   318      *   <th>Item Type</th>
   319      *   </tr>
   319      *   </tr>
   320      * <tr>
   320      * <tr>