Package jadex.common
Class OperatingSystemMXBeanFacade
java.lang.Object
jadex.common.OperatingSystemMXBeanFacade
Reflective facade for the sun class OperatingSystemMXBeanFacade.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
static long
static long
double
static long
static double
static long
static long
protected static Object
invokeMethod
(String name) Invoke a method.
-
Field Details
-
bean
-
methods
-
-
Constructor Details
-
OperatingSystemMXBeanFacade
public OperatingSystemMXBeanFacade()
-
-
Method Details
-
getCommittedVirtualMemorySize
public static long getCommittedVirtualMemorySize() -
getTotalSwapSpaceSize
public static long getTotalSwapSpaceSize() -
getFreeSwapSpaceSize
public static long getFreeSwapSpaceSize() -
getProcessCpuTime
public static long getProcessCpuTime() -
getFreePhysicalMemorySize
public static long getFreePhysicalMemorySize() -
getTotalPhysicalMemorySize
public static long getTotalPhysicalMemorySize() -
getSystemCpuLoad
public static double getSystemCpuLoad() -
getProcessCpuLoad
public double getProcessCpuLoad() -
invokeMethod
Invoke a method.
-