Searched defs:stopDS (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DStopDS.java133 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
134 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
141 int result = stopDS(args, System.out, System.err);
161 public static int stopDS(String[] args) method in class:StopDS
163 return stopDS(args, System.out, System.err);
182 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DStopDS.java128 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
129 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
136 int result = stopDS(args, System.out, System.err);
156 public static int stopDS(String[] args) method in class:StopDS
158 return stopDS(args, System.out, System.err);
177 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DStopDS.java133 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
134 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
141 int result = stopDS(args, System.out, System.err);
161 public static int stopDS(String[] args) method in class:StopDS
163 return stopDS(args, System.out, System.err);
182 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DStopDS.java133 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
134 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
141 int result = stopDS(args, System.out, System.err);
161 public static int stopDS(String[] args) method in class:StopDS
163 return stopDS(args, System.out, System.err);
182 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DStopDS.java128 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
129 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
136 int result = stopDS(args, System.out, System.err);
156 public static int stopDS(String[] args) method in class:StopDS
158 return stopDS(args, System.out, System.err);
177 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DStopDS.java121 * Invokes the <CODE>stopDS</CODE> method, passing it the provided command
122 * line arguments. If the call to <CODE>stopDS</CODE> returns a nonzero
129 int result = stopDS(args, System.out, System.err);
149 public static int stopDS(String[] args) method in class:StopDS
151 return stopDS(args, System.out, System.err);
170 public static int stopDS(String[] args, OutputStream outStream, method in class:StopDS

Completed in 38 milliseconds