|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the hardware on which the OperatingSystem and JVM is run.
Method Summary | |
java.util.List |
getCPUs()
Returns the CPUs in the machine as an ordered collection (List) of CPU objects. |
java.util.Collection |
getHardwareComponents()
Returns all available hardware components in the system, as a Collection of HardwareComponent. |
java.util.Collection |
getNICs()
Returns the network interface cards as a collection of NIC. |
PhysicalMemory |
getPhysicalMemory()
The physical memory of the hardware. |
Methods inherited from interface com.bea.jvm.Describable |
getDescription |
Method Detail |
public java.util.List getCPUs() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.CPU
public java.util.Collection getNICs() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM. This exception will be thrown by 1.3 versions of JRockit.NIC
public PhysicalMemory getPhysicalMemory() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.PhysicalMemory
public java.util.Collection getHardwareComponents() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in
this JVM.HardwareComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |