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