org.tanukisoftware.wrapper
public class WrapperWin32Service extends Object
| Field Summary | |
|---|---|
| static int | SERVICE_STATE_CONTINUE_PENDING |
| static int | SERVICE_STATE_PAUSED |
| static int | SERVICE_STATE_PAUSE_PENDING |
| static int | SERVICE_STATE_RUNNING |
| static int | SERVICE_STATE_START_PENDING |
| static int | SERVICE_STATE_STOPPED |
| static int | SERVICE_STATE_STOP_PENDING |
| 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.
|
Returns: The display name of the service.
Returns: The exit of the service.
Returns: The name of the service.
Returns: The last known state of the service.
Returns: The last known state name of the service.
Returns: A string representation of the user.