com.jniwrapper.win32.service
Class Service.CurrentState

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

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

This class represents the current state of the service.


Field Summary
static Service.CurrentState CONTINUE_PENDING
           
static Service.CurrentState PAUSE_PENDING
           
static Service.CurrentState PAUSED
           
static Service.CurrentState RUNNING
           
static Service.CurrentState START_PENDING
           
static Service.CurrentState STOP_PENDING
           
static Service.CurrentState STOPPED
           
 
Method Summary
 
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

STOPPED

public static final Service.CurrentState STOPPED

START_PENDING

public static final Service.CurrentState START_PENDING

STOP_PENDING

public static final Service.CurrentState STOP_PENDING

RUNNING

public static final Service.CurrentState RUNNING

CONTINUE_PENDING

public static final Service.CurrentState CONTINUE_PENDING

PAUSE_PENDING

public static final Service.CurrentState PAUSE_PENDING

PAUSED

public static final Service.CurrentState PAUSED