com.jniwrapper.win32.service
Class Service.ErrorControl

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.service.Service.ErrorControl
Enclosing class:
Service

public static class Service.ErrorControl
extends com.jniwrapper.util.EnumItem


Field Summary
static Service.ErrorControl CRITICAL
           
static Service.ErrorControl IGNORE
          The startup program logs error only.
static Service.ErrorControl NORMAL
          The startup program logs error and displays a message box with the error message.
static Service.ErrorControl SEVERE
           
 
Method Summary
static Service.ErrorControl create(int type)
           
 
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

IGNORE

public static final Service.ErrorControl IGNORE
The startup program logs error only.


NORMAL

public static final Service.ErrorControl NORMAL
The startup program logs error and displays a message box with the error message.


SEVERE

public static final Service.ErrorControl SEVERE

CRITICAL

public static final Service.ErrorControl CRITICAL
Method Detail

create

public static Service.ErrorControl create(int type)