| Constructor and Description |
|---|
StopDS() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Invokes the
stopDS method, passing it the provided command
line arguments. |
static int |
stopDS(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(String[] args,
OutputStream outStream,
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.
|
public StopDS()
public static void main(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(String[] args)
args - The command-line arguments provided to this program.public static int stopDS(String[] args, OutputStream outStream, 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.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.