- java.lang.Object
-
- com.ibm.virtualization.management.internal.GuestOS
-
- All Implemented Interfaces:
GuestOSMXBean
,PlatformManagedObject
public final class GuestOS extends Object implements GuestOSMXBean
Runtime type forGuestOSMXBean
.Implements retrieving Guest (Virtual Machine(VM)/Logical Partition(LPAR)) Processor and Memory usage statistics from the Hypervisor Host.
- Since:
- 1.7.1
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuestOS
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.GuestOSMXBean
retrieveMemoryUsage, retrieveMemoryUsage, retrieveProcessorUsage, retrieveProcessorUsage
-
-
-
-
Method Detail
-
getInstance
public static GuestOS getInstance()
Singleton accessor method.- Returns:
- the
GuestOS
singleton.
-
getObjectName
public ObjectName getObjectName()
Returns the object name of the MXBean.- Specified by:
getObjectName
in interfacePlatformManagedObject
- Returns:
- objectName representing the MXBean.
-
-