Class AixHardwareAbstractionLayer
java.lang.Object
oshi.hardware.common.AbstractHardwareAbstractionLayer
oshi.hardware.platform.unix.aix.AixHardwareAbstractionLayer
- All Implemented Interfaces:
oshi.hardware.HardwareAbstractionLayer
@ThreadSafe
public final class AixHardwareAbstractionLayer
extends oshi.hardware.common.AbstractHardwareAbstractionLayer
AIXHardwareAbstractionLayer class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoshi.hardware.ComputerSystemoshi.hardware.GlobalMemoryoshi.hardware.CentralProcessoroshi.hardware.SensorsList<oshi.hardware.HWDiskStore> List<oshi.hardware.Display> List<oshi.hardware.GraphicsCard> List<oshi.hardware.NetworkIF> getNetworkIFs(boolean includeLocalInterfaces) List<oshi.hardware.PowerSource> List<oshi.hardware.Printer> List<oshi.hardware.SoundCard> List<oshi.hardware.UsbDevice> getUsbDevices(boolean tree) Methods inherited from class oshi.hardware.common.AbstractHardwareAbstractionLayer
getComputerSystem, getMemory, getNetworkIFs, getProcessor, getSensorsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oshi.hardware.HardwareAbstractionLayer
getLogicalVolumeGroups
-
Constructor Details
-
AixHardwareAbstractionLayer
public AixHardwareAbstractionLayer()
-
-
Method Details
-
createComputerSystem
public oshi.hardware.ComputerSystem createComputerSystem()- Specified by:
createComputerSystemin classoshi.hardware.common.AbstractHardwareAbstractionLayer
-
createMemory
public oshi.hardware.GlobalMemory createMemory()- Specified by:
createMemoryin classoshi.hardware.common.AbstractHardwareAbstractionLayer
-
createProcessor
public oshi.hardware.CentralProcessor createProcessor()- Specified by:
createProcessorin classoshi.hardware.common.AbstractHardwareAbstractionLayer
-
createSensors
public oshi.hardware.Sensors createSensors()- Specified by:
createSensorsin classoshi.hardware.common.AbstractHardwareAbstractionLayer
-
getPowerSources
-
getDiskStores
-
getDisplays
-
getNetworkIFs
-
getUsbDevices
-
getSoundCards
-
getGraphicsCards
-
getPrinters
-