Class AixOperatingSystem
java.lang.Object
oshi.software.common.AbstractOperatingSystem
oshi.software.os.unix.aix.AixOperatingSystem
- All Implemented Interfaces:
oshi.software.os.OperatingSystem
@ThreadSafe
public class AixOperatingSystem
extends oshi.software.common.AbstractOperatingSystem
AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM for
several of its computer platforms.
-
Nested Class Summary
Nested classes/interfaces inherited from interface oshi.software.os.OperatingSystem
oshi.software.os.OperatingSystem.OSVersionInfo, oshi.software.os.OperatingSystem.ProcessFiltering, oshi.software.os.OperatingSystem.ProcessSorting -
Field Summary
Fields inherited from class oshi.software.common.AbstractOperatingSystem
USE_WHO_COMMAND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoshi.software.os.OSThreadoshi.software.os.FileSystemList<oshi.software.os.ApplicationInfo> oshi.software.os.InternetProtocolStatsoshi.software.os.NetworkParamsoshi.software.os.OSProcessgetProcess(int pid) intintList<oshi.software.os.OSService> longlongintintList<oshi.software.os.OSProcess> protected intqueryBitness(int jvmBitness) List<oshi.software.os.OSProcess> queryChildProcesses(int parentPid) List<oshi.software.os.OSProcess> queryDescendantProcesses(int parentPid) oshi.util.tuples.Pair<String, oshi.software.os.OperatingSystem.OSVersionInfo> Methods inherited from class oshi.software.common.AbstractOperatingSystem
getBitness, getChildProcesses, getChildrenOrDescendants, getChildrenOrDescendants, getDescendantProcesses, getDesktopWindows, getFamily, getManufacturer, getProcesses, getSessions, getVersionInfo, isElevated, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface oshi.software.os.OperatingSystem
getCurrentProcess, getProcesses, getProcesses
-
Constructor Details
-
AixOperatingSystem
public AixOperatingSystem()
-
-
Method Details
-
queryManufacturer
- Specified by:
queryManufacturerin classoshi.software.common.AbstractOperatingSystem
-
queryFamilyVersionInfo
public oshi.util.tuples.Pair<String, oshi.software.os.OperatingSystem.OSVersionInfo> queryFamilyVersionInfo()- Specified by:
queryFamilyVersionInfoin classoshi.software.common.AbstractOperatingSystem
-
queryBitness
protected int queryBitness(int jvmBitness) - Specified by:
queryBitnessin classoshi.software.common.AbstractOperatingSystem
-
getFileSystem
public oshi.software.os.FileSystem getFileSystem() -
getInternetProtocolStats
public oshi.software.os.InternetProtocolStats getInternetProtocolStats() -
queryAllProcesses
- Specified by:
queryAllProcessesin classoshi.software.common.AbstractOperatingSystem
-
queryChildProcesses
- Specified by:
queryChildProcessesin classoshi.software.common.AbstractOperatingSystem
-
queryDescendantProcesses
- Specified by:
queryDescendantProcessesin classoshi.software.common.AbstractOperatingSystem
-
getProcess
public oshi.software.os.OSProcess getProcess(int pid) -
getProcessId
public int getProcessId() -
getProcessCount
public int getProcessCount() -
getThreadId
public int getThreadId() -
getCurrentThread
public oshi.software.os.OSThread getCurrentThread() -
getThreadCount
public int getThreadCount() -
getSystemUptime
public long getSystemUptime() -
getSystemBootTime
public long getSystemBootTime() -
getNetworkParams
public oshi.software.os.NetworkParams getNetworkParams() -
getServices
-
getInstalledApplications
-