|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.tools.StopWindowsService
public class StopWindowsService
This class is used to stop the Windows service associated with this instance on this machine. This tool allows to stop OpenDS as a Windows service.
| Field Summary | |
|---|---|
static int |
SERVICE_ALREADY_STOPPED
The service was already stopped. |
static int |
SERVICE_NOT_FOUND
The service could not be found. |
static int |
SERVICE_STOP_ERROR
The service could not be stopped. |
static int |
SERVICE_STOP_SUCCESSFUL
The service was successfully stopped. |
| Constructor Summary | |
|---|---|
StopWindowsService()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Invokes the net stop on the service corresponding to this server. |
static int |
stopWindowsService(java.io.OutputStream outStream,
java.io.OutputStream errStream)
Invokes the net stop on the service corresponding to this server, it writes information and error messages in the provided streams. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int SERVICE_STOP_SUCCESSFUL
public static int SERVICE_NOT_FOUND
public static int SERVICE_ALREADY_STOPPED
public static int SERVICE_STOP_ERROR
| Constructor Detail |
|---|
public StopWindowsService()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - The command-line arguments provided to this program.
public static int stopWindowsService(java.io.OutputStream outStream,
java.io.OutputStream errStream)
outStream - The stream to write standard output messages.errStream - The stream to write error messages.
SERVICE_STOP_SUCCESSFUL,
SERVICE_NOT_FOUND, SERVICE_ALREADY_STOPPED or
SERVICE_STOP_ERROR depending on whether the service could be
stopped or not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||