public interface Win32_BaseService
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAcceptPause() |
boolean |
getAcceptStop() |
String |
getCaption() |
String |
getCreationClassName() |
String |
getDescription() |
boolean |
getDesktopInteract() |
String |
getDisplayName() |
String |
getErrorControl() |
int |
getExitCode() |
Optional<OffsetDateTime> |
getInstallDate() |
String |
getName() |
String |
getPathName() |
int |
getServiceSpecificExitCode() |
String |
getServiceType() |
boolean |
getStarted() |
String |
getStartMode() |
String |
getStartName() |
String |
getState() |
String |
getStatus() |
String |
getSystemCreationClassName() |
String |
getSystemName() |
int |
getTagId() |
static List<Win32_BaseService> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_BaseService> client) |
boolean getAcceptPause()
boolean getAcceptStop()
String getCaption()
String getCreationClassName()
String getDescription()
boolean getDesktopInteract()
String getDisplayName()
String getErrorControl()
int getExitCode()
Optional<OffsetDateTime> getInstallDate()
String getName()
String getPathName()
int getServiceSpecificExitCode()
String getServiceType()
boolean getStarted()
String getStartMode()
String getStartName()
String getState()
String getStatus()
String getSystemCreationClassName()
String getSystemName()
int getTagId()
static void query(CIMV2Wmi wmi, Consumer<Win32_BaseService> client)
static List<Win32_BaseService> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.