public abstract class AbstractHardwareAbstractionLayer extends Object implements HardwareAbstractionLayer
| Modifier and Type | Field and Description |
|---|---|
protected ComputerSystem |
computerSystem |
protected GlobalMemory |
memory |
protected CentralProcessor |
processor |
protected Sensors |
sensors |
| Constructor and Description |
|---|
AbstractHardwareAbstractionLayer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComputerSystem, getDiskStores, getDisplays, getMemory, getNetworkIFs, getPowerSources, getProcessor, getSensors, getSoundCards, getUsbDevicesprotected ComputerSystem computerSystem
protected CentralProcessor processor
protected GlobalMemory memory
protected Sensors sensors
Copyright © 2010–2019 oshi. All rights reserved.