Uses of Class
com.ibm.lang.management.TotalPhysicalMemoryNotificationInfo
-
Packages that use TotalPhysicalMemoryNotificationInfo Package Description com.ibm.lang.management OpenJ9 management extensions to java.lang.management.com.ibm.lang.management.internal -
-
Uses of TotalPhysicalMemoryNotificationInfo in com.ibm.lang.management
Methods in com.ibm.lang.management that return TotalPhysicalMemoryNotificationInfo Modifier and Type Method Description static TotalPhysicalMemoryNotificationInfo
TotalPhysicalMemoryNotificationInfo. from(CompositeData cd)
Receives aCompositeData
representing aTotalPhysicalMemoryNotificationInfo
object and attempts to return the rootTotalPhysicalMemoryNotificationInfo
instance. -
Uses of TotalPhysicalMemoryNotificationInfo in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal with parameters of type TotalPhysicalMemoryNotificationInfo Modifier and Type Method Description static CompositeData
TotalPhysicalMemoryNotificationInfoUtil. toCompositeData(TotalPhysicalMemoryNotificationInfo info)
-