public interface Win32_LoggedOnUser
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
Optional<Win32_Account> |
getAntecedent() |
Optional<Win32_LogonSession> |
getDependent() |
static List<Win32_LoggedOnUser> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_LoggedOnUser> client) |
Optional<Win32_Account> getAntecedent()
Optional<Win32_LogonSession> getDependent()
static void query(CIMV2Wmi wmi, Consumer<Win32_LoggedOnUser> client)
static List<Win32_LoggedOnUser> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.