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 abstract base classes and pure-Java implementations for AIX software, shared by the JNA and FFM modules.
Provides DragonFly BSD-specific shared software OS classes (abstract bases and no-native concrete implementations).
Provides abstract base classes and pure-Java implementations for the FreeBSD operating system, shared by the JNA and
FFM modules.
Provides information about Software and OS on NetBSD
Provides abstract base classes and pure-Java implementations for the OpenBSD operating system, shared by the JNA and
FFM modules.
Provides abstract base classes and pure-Java implementations for Solaris/illumos software, shared by the JNA and FFM
modules.
Provides common implementations for Windows operating system information shared between JNA and FFM implementations.
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.unix.aix
Subclasses of AbstractOSThread in oshi.software.common.os.unix.aix -
Uses of AbstractOSThread in oshi.software.common.os.unix.dragonflybsd
Subclasses of AbstractOSThread in oshi.software.common.os.unix.dragonflybsd -
Uses of AbstractOSThread in oshi.software.common.os.unix.freebsd
Subclasses of AbstractOSThread in oshi.software.common.os.unix.freebsd -
Uses of AbstractOSThread in oshi.software.common.os.unix.netbsd
Subclasses of AbstractOSThread in oshi.software.common.os.unix.netbsd -
Uses of AbstractOSThread in oshi.software.common.os.unix.openbsd
Subclasses of AbstractOSThread in oshi.software.common.os.unix.openbsd -
Uses of AbstractOSThread in oshi.software.common.os.unix.solaris
Subclasses of AbstractOSThread in oshi.software.common.os.unix.solaris -
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.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.