Uses of Class
oshi.software.os.OSSession
-
Packages that use OSSession Package Description oshi.driver.linux Provides functions to query Linux informationoshi.driver.mac Provides functions to query Mac infooshi.driver.unix Provides functions to query information common to all unix systemsoshi.driver.unix.freebsd Provides functions to query FreeBSD informationoshi.driver.unix.solaris Provides functions to query Solaris informationoshi.driver.windows.registry Provides functions to query data in Windows Registryoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.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()
Querygetutxent
to 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()
Querygetutxent
to 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()
Querywho
to get logged in usersMethod parameters in oshi.driver.unix with type arguments of type OSSession Modifier and Type Method Description private static boolean
Who. matchLinux(java.util.List<OSSession> whoList, java.lang.String s)
Attempt to match Linux WHO format and add to the listprivate static boolean
Who. matchUnix(java.util.List<OSSession> whoList, java.lang.String s)
Attempt to match Unix WHO format and add to the list -
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()
Querygetutxent
to 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()
Querygetutxent
to 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.os
Methods in oshi.software.os that return types with arguments of type OSSession Modifier and Type Method Description default 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()
-