- See Also:
- Top Examples,
java.lang:type=Runtime
, platform MBeanServer
, ManagementFactory.getRuntimeMXBean()
String getBootClassPath()
- See Also:
- SecurityException, UnsupportedOperationException,
isBootClassPathSupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getClassPath()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
List<String> getInputArguments()
- See Also:
- SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getLibraryPath()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getManagementSpecVersion()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getSpecName()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getSpecVendor()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getSpecVersion()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getStartTime()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Map<String,String> getSystemProperties()
- See Also:
- SecurityException,
TabularData
, System.getProperties()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getUptime()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getVmName()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getVmVendor()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getVmVersion()
- See Also:
System.getProperty(java.lang.String)
, SecurityManager.checkPropertyAccess(java.lang.String)
, SecurityException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isBootClassPathSupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples