- java.lang.Object
-
- com.ibm.virtualization.management.internal.HypervisorMXBeanImpl
-
- All Implemented Interfaces:
HypervisorMXBean
,PlatformManagedObject
public final class HypervisorMXBeanImpl extends Object implements HypervisorMXBean
Runtime type forHypervisorMXBean
.- Since:
- 1.7.1
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HypervisorMXBeanImpl
getInstance()
Singleton accessor method.ObjectName
getObjectName()
Returns the object name of the MXBean.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.virtualization.management.HypervisorMXBean
getVendor, isEnvironmentVirtual
-
-
-
-
Method Detail
-
getInstance
public static HypervisorMXBeanImpl getInstance()
Singleton accessor method.- Returns:
- the
HypervisorMXBeanImpl
singleton.
-
getObjectName
public ObjectName getObjectName()
Returns the object name of the MXBean.- Specified by:
getObjectName
in interfacePlatformManagedObject
- Returns:
- objectName representing the MXBean.
-
-