|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.excalibur.util.system.Windows98
Parses the Windows 98 environment--the same class should work for other Windows versions, but I only have one to test. Windows 9x environments can only use one processor--even if there are more installed in the system.
Constructor Summary | |
Windows98()
|
Method Summary | |
java.lang.String |
cpuInfo()
Return the cpu info for the processors (assuming symetric multiprocessing which means that all CPUs are identical). |
int |
numProcessors()
Return the number of processors available on the machine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Windows98()
Method Detail |
public int numProcessors()
numProcessors
in interface CPUParser
public java.lang.String cpuInfo()
cpuInfo
in interface CPUParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |