org.jboss.managed.plugins.jmx
Class RuntimeMXBeanMO
java.lang.Object
org.jboss.managed.plugins.jmx.RuntimeMXBeanMO
- All Implemented Interfaces:
- RuntimeMXBean
public class RuntimeMXBeanMO
- extends Object
- implements RuntimeMXBean
Stub class for the RuntimeMXBean interface that is marked up with
management annotations.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeMXBeanMO
public RuntimeMXBeanMO()
getBootClassPath
public String getBootClassPath()
- Specified by:
getBootClassPath
in interface RuntimeMXBean
getClassPath
public String getClassPath()
- Specified by:
getClassPath
in interface RuntimeMXBean
getInputArguments
public List<String> getInputArguments()
- Specified by:
getInputArguments
in interface RuntimeMXBean
getLibraryPath
public String getLibraryPath()
- Specified by:
getLibraryPath
in interface RuntimeMXBean
getManagementSpecVersion
public String getManagementSpecVersion()
- Specified by:
getManagementSpecVersion
in interface RuntimeMXBean
getName
public String getName()
- Specified by:
getName
in interface RuntimeMXBean
getSpecName
public String getSpecName()
- Specified by:
getSpecName
in interface RuntimeMXBean
getSpecVendor
public String getSpecVendor()
- Specified by:
getSpecVendor
in interface RuntimeMXBean
getSpecVersion
public String getSpecVersion()
- Specified by:
getSpecVersion
in interface RuntimeMXBean
getStartTime
public long getStartTime()
- Specified by:
getStartTime
in interface RuntimeMXBean
getSystemProperties
public Map<String,String> getSystemProperties()
- Specified by:
getSystemProperties
in interface RuntimeMXBean
getUptime
public long getUptime()
- Specified by:
getUptime
in interface RuntimeMXBean
getVmName
public String getVmName()
- Specified by:
getVmName
in interface RuntimeMXBean
getVmVendor
public String getVmVendor()
- Specified by:
getVmVendor
in interface RuntimeMXBean
getVmVersion
public String getVmVersion()
- Specified by:
getVmVersion
in interface RuntimeMXBean
isBootClassPathSupported
public boolean isBootClassPathSupported()
- Specified by:
isBootClassPathSupported
in interface RuntimeMXBean
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.