Uses of Enum
oshi.software.os.OSProcess.State
Packages that use OSProcess.State
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
Provides functions to query Mac info
[oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
-
Uses of OSProcess.State in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return OSProcess.StateModifier and TypeMethodDescriptionstatic OSProcess.StateProcessStat.getState(char stateValue) Returns Enum STATE for the state value obtained from status file of any process/thread. -
Uses of OSProcess.State in oshi.driver.mac
Fields in oshi.driver.mac declared as OSProcess.StateMethods in oshi.driver.mac that return OSProcess.State -
Uses of OSProcess.State in oshi.software.os
Methods in oshi.software.os that return OSProcess.StateModifier and TypeMethodDescriptionOSProcess.getState()Gets the process state.OSThread.getState()Gets the execution state of the task/thread.static OSProcess.StateReturns the enum constant of this type with the specified name.static OSProcess.State[]OSProcess.State.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OSProcess.State in oshi.software.os.linux
Fields in oshi.software.os.linux declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateLinuxOSProcess.stateprivate OSProcess.StateLinuxOSThread.stateMethods in oshi.software.os.linux that return OSProcess.State -
Uses of OSProcess.State in oshi.software.os.mac
Fields in oshi.software.os.mac declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateMacOSProcess.stateprivate final OSProcess.StateMacOSThread.stateMethods in oshi.software.os.mac that return OSProcess.StateConstructors in oshi.software.os.mac with parameters of type OSProcess.StateModifierConstructorDescriptionMacOSThread(int pid, int threadId, OSProcess.State state, long kernelTime, long userTime, long startTime, long upTime, int priority) -
Uses of OSProcess.State in oshi.software.os.unix.aix
Fields in oshi.software.os.unix.aix declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateAixOSProcess.stateprivate OSProcess.StateAixOSThread.stateMethods in oshi.software.os.unix.aix that return OSProcess.StateModifier and TypeMethodDescriptionAixOSProcess.getState()AixOSThread.getState()(package private) static OSProcess.StateAixOSProcess.getStateFromOutput(char stateValue) Returns Enum STATE for the state value obtained from status string of thread/process. -
Uses of OSProcess.State in oshi.software.os.unix.freebsd
Fields in oshi.software.os.unix.freebsd declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateFreeBsdOSProcess.stateprivate OSProcess.StateFreeBsdOSThread.stateMethods in oshi.software.os.unix.freebsd that return OSProcess.State -
Uses of OSProcess.State in oshi.software.os.unix.openbsd
Fields in oshi.software.os.unix.openbsd declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateOpenBsdOSProcess.stateprivate OSProcess.StateOpenBsdOSThread.stateMethods in oshi.software.os.unix.openbsd that return OSProcess.State -
Uses of OSProcess.State in oshi.software.os.unix.solaris
Fields in oshi.software.os.unix.solaris declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateSolarisOSProcess.stateprivate OSProcess.StateSolarisOSThread.stateMethods in oshi.software.os.unix.solaris that return OSProcess.StateModifier and TypeMethodDescriptionSolarisOSProcess.getState()SolarisOSThread.getState()(package private) static OSProcess.StateSolarisOSProcess.getStateFromOutput(char stateValue) Returns Enum STATE for the state value obtained from status string of thread/process. -
Uses of OSProcess.State in oshi.software.os.windows
Fields in oshi.software.os.windows declared as OSProcess.StateModifier and TypeFieldDescriptionprivate OSProcess.StateWindowsOSProcess.stateprivate OSProcess.StateWindowsOSThread.stateMethods in oshi.software.os.windows that return OSProcess.State