org.tanukisoftware.wrapper
Class WrapperWin32Service
java.lang.Object
|
+--org.tanukisoftware.wrapper.WrapperWin32Service
- public class WrapperWin32Service
- extends java.lang.Object
A WrapperWin32Service contains information about an individual service
registered with the current system.
- Author:
- Leif Mortenson
Method Summary |
java.lang.String |
getDisplayName()
Returns the display name of the service. |
int |
getExitCode()
Returns the exit of the service, or 0 if it is still running. |
java.lang.String |
getName()
Returns the name of the service. |
int |
getServiceState()
Returns the last known state of the service. |
java.lang.String |
getServiceStateName()
Returns the last known state name of the service. |
java.lang.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 |
SERVICE_STATE_STOPPED
public static final int SERVICE_STATE_STOPPED
SERVICE_STATE_START_PENDING
public static final int SERVICE_STATE_START_PENDING
SERVICE_STATE_STOP_PENDING
public static final int SERVICE_STATE_STOP_PENDING
SERVICE_STATE_RUNNING
public static final int SERVICE_STATE_RUNNING
SERVICE_STATE_CONTINUE_PENDING
public static final int SERVICE_STATE_CONTINUE_PENDING
SERVICE_STATE_PAUSE_PENDING
public static final int SERVICE_STATE_PAUSE_PENDING
SERVICE_STATE_PAUSED
public static final int SERVICE_STATE_PAUSED
getName
public java.lang.String getName()
- Returns the name of the service.
- Returns:
- The name of the service.
getDisplayName
public java.lang.String getDisplayName()
- Returns the display name of the service.
- Returns:
- The display name of the service.
getServiceStateName
public java.lang.String 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
public java.lang.String toString()
- Returns a string representation of the user.
- Overrides:
toString
in class java.lang.Object
- Returns:
- A string representation of the user.
Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.