Uses of Class
oshi.software.common.AbstractOSThread
Packages that use AbstractOSThread
Package
Description
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Provides information about Software and OS on macOS
Provides common implementations for Windows operating system information shared between JNA and FFM implementations.
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 AbstractOSThread in oshi.software.common.os.linux
Subclasses of AbstractOSThread in oshi.software.common.os.linux -
Uses of AbstractOSThread in oshi.software.common.os.mac
Subclasses of AbstractOSThread in oshi.software.common.os.mac -
Uses of AbstractOSThread in oshi.software.common.os.windows
Subclasses of AbstractOSThread in oshi.software.common.os.windowsModifier and TypeClassDescriptionclassCommon base class for Windows OS thread implementations. -
Uses of AbstractOSThread in oshi.software.os.unix.aix
Subclasses of AbstractOSThread in oshi.software.os.unix.aix -
Uses of AbstractOSThread in oshi.software.os.unix.freebsd
Subclasses of AbstractOSThread in oshi.software.os.unix.freebsd -
Uses of AbstractOSThread in oshi.software.os.unix.openbsd
Subclasses of AbstractOSThread in oshi.software.os.unix.openbsd -
Uses of AbstractOSThread in oshi.software.os.unix.solaris
Subclasses of AbstractOSThread in oshi.software.os.unix.solaris -
Uses of AbstractOSThread in oshi.software.os.windows
Subclasses of AbstractOSThread in oshi.software.os.windowsModifier and TypeClassDescriptionclassJNA-based Windows OS thread implementation.