|
|||||||||||
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.StartupType
This class represents startup type of service.
Field Summary | |
static Service.StartupType |
AUTO_START
Service is started at system startup. |
static Service.StartupType |
BOOT_START
Device driver is started by the IoInitSystem function. |
static Service.StartupType |
DEMAND_START
Service is started by the user in Controls application or programmatically. |
static Service.StartupType |
DISABLED
Service is disabled. |
static Service.StartupType |
SYSTEM_START
Device driver is started by the system loader. |
Constructor Summary | |
Service.StartupType(int value,
java.lang.String stringValue)
|
Method Summary | |
static Service.StartupType |
create(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.StartupType BOOT_START
public static final Service.StartupType SYSTEM_START
public static final Service.StartupType AUTO_START
public static final Service.StartupType DEMAND_START
public static final Service.StartupType DISABLED
Constructor Detail |
public Service.StartupType(int value, java.lang.String stringValue)
Method Detail |
public static Service.StartupType create(int type)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |