com.jniwrapper.win32.service
Class Service.ErrorControl

java.lang.Object
  extended bycom.jniwrapper.util.EnumItem
      extended bycom.jniwrapper.win32.service.Service.ServiceEnumItem
          extended bycom.jniwrapper.win32.service.Service.ErrorControl
Enclosing class:
Service

public static class Service.ErrorControl
extends com.jniwrapper.win32.service.Service.ServiceEnumItem


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)
           
 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

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)

toString

public java.lang.String toString()