/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
// java imports
//
// jmx imports
//
// jdmk imports
//
/**
* The class is used for implementing the "JvmRuntime" group.
*/
/**
* Variable for storing the value of "JvmRTBootClassPathSupport".
*
* "Indicates whether the Java virtual machine supports the
* boot class path mechanism used by the system class loader
* to search for class files.
*
* See java.management.RuntimeMXBean.isBootClassPathSupported()
* "
*
*/
static final EnumJvmRTBootClassPathSupport
new EnumJvmRTBootClassPathSupport("supported");
static final EnumJvmRTBootClassPathSupport
new EnumJvmRTBootClassPathSupport("unsupported");
/**
* Constructor for the "JvmRuntime" group.
* If the group contains a table, the entries created through an SNMP SET
* will not be registered in Java DMK.
*/
}
/**
* Constructor for the "JvmRuntime" group.
* If the group contains a table, the entries created through an SNMP SET
* will be AUTOMATICALLY REGISTERED in Java DMK.
*/
}
return ManagementFactory.getRuntimeMXBean();
}
}
}
}
// for (int i=0;i<items.length;i++) {
// items[i]=validPathElementTC(items[i]);
// }
return items;
}
// If the list is in the cache, simply return it.
//
if (m != null) {
}
return args;
}
if (!getRuntimeMXBean().isBootClassPathSupported())
return new String[0];
// If the list is in the cache, simply return it.
//
if (m != null) {
}
return args;
}
// If the list is in the cache, simply return it.
//
if (m != null) {
}
return args;
}
// If the list is in the cache, simply return it.
//
if (m != null) {
}
return args;
}
/**
* Getter for the "JvmRTSpecVendor" variable.
*/
}
/**
* Getter for the "JvmRTSpecName" variable.
*/
}
/**
* Getter for the "JvmRTVersion" variable.
*/
}
/**
* Getter for the "JvmRTVendor" variable.
*/
}
/**
* Getter for the "JvmRTManagementSpecVersion" variable.
*/
return validDisplayStringTC(getRuntimeMXBean().
}
/**
* Getter for the "JvmRTVMName" variable.
*/
}
/**
* Getter for the "JvmRTInputArgsCount" variable.
*/
getUserData());
}
/**
* Getter for the "JvmRTBootClassPathSupport" variable.
*/
throws SnmpStatusException {
else
}
/**
* Getter for the "JvmRTUptimeMs" variable.
*/
}
/**
* Getter for the "JvmRTStartTimeMs" variable.
*/
}
/**
* Getter for the "JvmRTSpecVersion" variable.
*/
}
/**
* Getter for the "JvmRTName" variable.
*/
}
}