org.jboss.managed.plugins.jmx
Class OperatingSystemMXBeanMO
java.lang.Object
org.jboss.managed.plugins.jmx.OperatingSystemMXBeanMO
- All Implemented Interfaces:
- OperatingSystemMXBean
public class OperatingSystemMXBeanMO
- extends Object
- implements OperatingSystemMXBean
Stub class for the OperatingSystemMXBean 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 |
OperatingSystemMXBeanMO
public OperatingSystemMXBeanMO()
getArch
public String getArch()
- Specified by:
getArch
in interface OperatingSystemMXBean
getAvailableProcessors
public int getAvailableProcessors()
- Specified by:
getAvailableProcessors
in interface OperatingSystemMXBean
getName
public String getName()
- Specified by:
getName
in interface OperatingSystemMXBean
getVersion
public String getVersion()
- Specified by:
getVersion
in interface OperatingSystemMXBean
getSystemLoadAverage
public double getSystemLoadAverage()
- Specified by:
getSystemLoadAverage
in interface OperatingSystemMXBean
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.