|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.utility.SystemInfo
System information utility class
| Constructor Summary | |
SystemInfo()
|
|
| Method Summary | |
static int |
getFreeMem()
Retrieve the amount of free memory in Kilobytes |
static String |
getHostName()
Get the host name. |
static int |
getLoadAverage()
Not implemented |
static String |
getOSClass()
Retrieves either windows or unix depending on the os name |
static String |
getOSName()
Returns the operating system name as defined by the "os.name" system property |
static double |
getPowerFactor()
|
static int |
getTotalMem()
Retrieve the total system memory in kilobytes |
static int |
getUsedMem()
Get the used memory in bytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemInfo()
| Method Detail |
public static int getTotalMem()
public static int getUsedMem()
public static int getFreeMem()
public static int getLoadAverage()
public static double getPowerFactor()
public static String getHostName()
public static String getOSName()
public static String getOSClass()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||