Uses of Class
oshi.software.os.OSSession
| Package | Description |
|---|---|
| oshi.driver.linux |
Provides functions to query Linux information
|
| oshi.driver.mac |
Provides functions to query Mac info
|
| oshi.driver.unix |
Provides functions to query information common to all unix systems
|
| oshi.driver.unix.freebsd |
Provides functions to query FreeBSD information
|
| oshi.driver.unix.solaris |
Provides functions to query Solaris information
|
| oshi.driver.windows.registry |
Provides functions to query data in Windows Registry
|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of OSSession in oshi.driver.linux
Methods in oshi.driver.linux that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>Who. queryUtxent()Querygetutxentto get logged in users. -
Uses of OSSession in oshi.driver.mac
Methods in oshi.driver.mac that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>Who. queryUtxent()Querygetutxentto get logged in users. -
Uses of OSSession in oshi.driver.unix
Methods in oshi.driver.unix that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>Who. queryWho()Querywhoto get logged in users -
Uses of OSSession in oshi.driver.unix.freebsd
Methods in oshi.driver.unix.freebsd that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>Who. queryUtxent()Querygetutxentto get logged in users. -
Uses of OSSession in oshi.driver.unix.solaris
Methods in oshi.driver.unix.solaris that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>Who. queryUtxent()Querygetutxentto get logged in users. -
Uses of OSSession in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return types with arguments of type OSSession Modifier and Type Method Description static java.util.List<OSSession>HkeyUserData. queryUserSessions()static java.util.List<OSSession>NetSessionData. queryUserSessions()static java.util.List<OSSession>SessionWtsData. queryUserSessions() -
Uses of OSSession in oshi.software.common
Methods in oshi.software.common that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>AbstractOperatingSystem. getSessions() -
Uses of OSSession in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>OperatingSystem. getSessions()Gets currently logged in users. -
Uses of OSSession in oshi.software.os.linux
Methods in oshi.software.os.linux that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>LinuxOperatingSystem. getSessions() -
Uses of OSSession in oshi.software.os.mac
Methods in oshi.software.os.mac that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>MacOperatingSystem. getSessions() -
Uses of OSSession in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>FreeBsdOperatingSystem. getSessions() -
Uses of OSSession in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>SolarisOperatingSystem. getSessions() -
Uses of OSSession in oshi.software.os.windows
Methods in oshi.software.os.windows that return types with arguments of type OSSession Modifier and Type Method Description java.util.List<OSSession>WindowsOperatingSystem. getSessions()