com.jniwrapper.win32.service
Class Service.CurrentState

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

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

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

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
Method Detail

toString

public java.lang.String toString()