|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.service.Service.ServiceEnumItem
com.jniwrapper.win32.service.Service.Type
This class represents type of the service.
Field Summary | |
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. |
Method Summary | |
static Service.Type |
create(int type)
|
static boolean |
isInteractive(int type)
|
java.lang.String |
toString()
|
Methods inherited from class com.jniwrapper.util.EnumItem |
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
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
Method Detail |
public static Service.Type create(int type)
public static boolean isInteractive(int type)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |