|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.tools.StopDS
public class StopDS
This class provides a tool that can send a request to the Directory Server that will cause it to shut down.
| Constructor Summary | |
|---|---|
StopDS()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Invokes the stopDS method, passing it the provided command
line arguments. |
static int |
stopDS(java.lang.String[] args)
Parses the provided set of command-line arguments and attempts to contact the Directory Server in order to send it the shutdown request. |
static int |
stopDS(java.lang.String[] args,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Parses the provided set of command-line arguments and attempts to contact the Directory Server in order to send it the shutdown request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopDS()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
stopDS method, passing it the provided command
line arguments. If the call to stopDS returns a nonzero
value, then that will be used as the exit code for this program.
args - The command-line arguments provided to this program.public static int stopDS(java.lang.String[] args)
args - The command-line arguments provided to this program.
public static int stopDS(java.lang.String[] args,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
args - The command-line arguments provided to this program.outStream - The output stream to use for standard output, or
null if standard output is not needed.errStream - The output stream to use for standard error, or
null if standard error is not needed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||