|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tanukisoftware.wrapper.WrapperWin32Service
public class WrapperWin32Service
A WrapperWin32Service contains information about an individual service registered with the current system.
Field Summary | |
---|---|
static int |
SERVICE_STATE_CONTINUE_PENDING
|
static int |
SERVICE_STATE_PAUSE_PENDING
|
static int |
SERVICE_STATE_PAUSED
|
static int |
SERVICE_STATE_RUNNING
|
static int |
SERVICE_STATE_START_PENDING
|
static int |
SERVICE_STATE_STOP_PENDING
|
static int |
SERVICE_STATE_STOPPED
|
Method Summary | |
---|---|
String |
getDisplayName()
Returns the display name of the service. |
int |
getExitCode()
Returns the exit of the service, or 0 if it is still running. |
String |
getName()
Returns the name of the service. |
int |
getServiceState()
Returns the last known state of the service. |
String |
getServiceStateName()
Returns the last known state name of the service. |
String |
toString()
Returns a string representation of the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SERVICE_STATE_STOPPED
public static final int SERVICE_STATE_START_PENDING
public static final int SERVICE_STATE_STOP_PENDING
public static final int SERVICE_STATE_RUNNING
public static final int SERVICE_STATE_CONTINUE_PENDING
public static final int SERVICE_STATE_PAUSE_PENDING
public static final int SERVICE_STATE_PAUSED
Method Detail |
---|
public String getName()
public String getDisplayName()
public String getServiceStateName()
public int getServiceState()
public int getExitCode()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |