Java java.lang.management RuntimeMXBean fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management RuntimeMXBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management RuntimeMXBean.

The text is from its open source code.

Method

StringgetBootClassPath()
Returns the boot class path that is used by the bootstrap class loader to search for class files.
ClassgetClass()
Returns the runtime class of this Object .
StringgetClassPath()
Returns the Java class path that is used by the system class loader to search for class files.
java.util.ListgetInputArguments()
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method.
StringgetLibraryPath()
Returns the Java library path.
StringgetManagementSpecVersion()
Returns the version of the specification for the management interface implemented by the running Java virtual machine.
StringgetName()
Returns the name representing the running Java virtual machine.
StringgetSpecName()
Returns the Java virtual machine specification name.
StringgetSpecVendor()
Returns the Java virtual machine specification vendor.
StringgetSpecVersion()
Returns the Java virtual machine specification version.
longgetStartTime()
Returns the start time of the Java virtual machine in milliseconds.
java.util.MapgetSystemProperties()
Returns a map of names and values of all system properties.
longgetUptime()
Returns the uptime of the Java virtual machine in milliseconds.
StringgetVmName()
Returns the Java virtual machine implementation name.
StringgetVmVendor()
Returns the Java virtual machine implementation vendor.
StringgetVmVersion()
Returns the Java virtual machine implementation version.
booleanisBootClassPathSupported()
Tests if the Java virtual machine supports the boot class path mechanism used by the bootstrap class loader to search for class files.