public static class Service.Type
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static Service.Type |
FILE_SYSTEM_DRIVER
File system driver service.
|
static Service.Type |
KERNEL_DRIVER
Driver service.
|
static Service.Type |
WIN32 |
static Service.Type |
WIN32_OWN_PROCESS
Service running in its own process.
|
static Service.Type |
WIN32_SHARE_PROCESS
Service shares the process with other services.
|
Modifier and Type | Method and Description |
---|---|
static Service.Type |
create(int type) |
static boolean |
isInteractive(int type) |
public static final Service.Type KERNEL_DRIVER
public static final Service.Type FILE_SYSTEM_DRIVER
public static final Service.Type WIN32_OWN_PROCESS
public static final Service.Type WIN32_SHARE_PROCESS
public static final Service.Type WIN32
public static Service.Type create(int type)
public static boolean isInteractive(int type)