Package org.tanukisoftware.wrapper
Class WrapperWin32Service
java.lang.Object
org.tanukisoftware.wrapper.WrapperWin32Service
A WrapperWin32Service contains information about an individual service
registered with the current system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionReturns the display name of the service.int
Returns the exit of the service, or 0 if it is still running.getName()
Returns the name of the service.int
Returns the last known state of the service.Returns the last known state name of the service.toString()
Returns a string representation of the user.
-
Field Details
-
SERVICE_STATE_STOPPED
public static final int SERVICE_STATE_STOPPED- See Also:
-
SERVICE_STATE_START_PENDING
public static final int SERVICE_STATE_START_PENDING- See Also:
-
SERVICE_STATE_STOP_PENDING
public static final int SERVICE_STATE_STOP_PENDING- See Also:
-
SERVICE_STATE_RUNNING
public static final int SERVICE_STATE_RUNNING- See Also:
-
SERVICE_STATE_CONTINUE_PENDING
public static final int SERVICE_STATE_CONTINUE_PENDING- See Also:
-
SERVICE_STATE_PAUSE_PENDING
public static final int SERVICE_STATE_PAUSE_PENDING- See Also:
-
SERVICE_STATE_PAUSED
public static final int SERVICE_STATE_PAUSED- See Also:
-
-
Method Details
-
getName
Returns the name of the service.- Returns:
- The name of the service.
-
getDisplayName
Returns the display name of the service.- Returns:
- The display name of the service.
-
getServiceStateName
Returns the last known state name of the service.- Returns:
- The last known state name of the service.
-
getServiceState
public int getServiceState()Returns the last known state of the service.- Returns:
- The last known state of the service.
-
getExitCode
public int getExitCode()Returns the exit of the service, or 0 if it is still running.- Returns:
- The exit of the service.
-
toString
Returns a string representation of the user.
-