Searched defs:exitCode (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DClientException.java56 private int exitCode; field in class:ClientException
63 * @param exitCode The exit code that may be used if the client considers
67 public ClientException(int exitCode, Message message) argument
71 this.exitCode = exitCode;
79 * @param exitCode The exit code that may be used if the client considers
84 public ClientException(int exitCode, Message message, Throwable cause) argument
88 this.exitCode = exitCode;
102 return exitCode;
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DClientException.java55 private int exitCode; field in class:ClientException
62 * @param exitCode The exit code that may be used if the client considers
66 public ClientException(int exitCode, Message message) argument
70 this.exitCode = exitCode;
78 * @param exitCode The exit code that may be used if the client considers
83 public ClientException(int exitCode, Message message, Throwable cause) argument
87 this.exitCode = exitCode;
101 return exitCode;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DClientException.java56 private int exitCode; field in class:ClientException
63 * @param exitCode The exit code that may be used if the client considers
67 public ClientException(int exitCode, Message message) argument
71 this.exitCode = exitCode;
79 * @param exitCode The exit code that may be used if the client considers
84 public ClientException(int exitCode, Message message, Throwable cause) argument
88 this.exitCode = exitCode;
102 return exitCode;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DClientException.java56 private int exitCode; field in class:ClientException
63 * @param exitCode The exit code that may be used if the client considers
67 public ClientException(int exitCode, Message message) argument
71 this.exitCode = exitCode;
79 * @param exitCode The exit code that may be used if the client considers
84 public ClientException(int exitCode, Message message, Throwable cause) argument
88 this.exitCode = exitCode;
102 return exitCode;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DClientException.java55 private int exitCode; field in class:ClientException
62 * @param exitCode The exit code that may be used if the client considers
66 public ClientException(int exitCode, Message message) argument
70 this.exitCode = exitCode;
78 * @param exitCode The exit code that may be used if the client considers
83 public ClientException(int exitCode, Message message, Throwable cause) argument
87 this.exitCode = exitCode;
101 return exitCode;
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIException.java42 private int exitCode = 0; field in class:CLIException
49 * @param exitCode Exit code.
52 public CLIException(String message, int exitCode, String subcommandName) { argument
54 this.exitCode = exitCode;
62 * @param exitCode Exit code.
64 public CLIException(String message, int exitCode) { argument
66 this.exitCode = exitCode;
73 * @param exitCode Exi
75 CLIException(Throwable cause, int exitCode) argument
87 CLIException(Throwable cause, int exitCode, String subcommandName) argument
[all...]
H A DCommandManager.java169 int exitCode = 0;
208 exitCode = e.getExitCode();
214 System.exit(exitCode);
218 int exitCode = e.getExitCode();
221 if (exitCode == ExitCodes.INCORRECT_OPTION) {
611 private static String formatStatus(String[] options, int exitCode) { argument
612 String strCode = Integer.toString(exitCode);
613 if (exitCode < 10) {
615 } else if (exitCode < 100) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIException.java42 private int exitCode = 0; field in class:CLIException
49 * @param exitCode Exit code.
52 public CLIException(String message, int exitCode, String subcommandName) { argument
54 this.exitCode = exitCode;
62 * @param exitCode Exit code.
64 public CLIException(String message, int exitCode) { argument
66 this.exitCode = exitCode;
73 * @param exitCode Exi
75 CLIException(Throwable cause, int exitCode) argument
87 CLIException(Throwable cause, int exitCode, String subcommandName) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c207 // Returns TRUE if the process ended and updates the exitCode
211 // in the provided exitCode value.
214 DWORD* exitCode)
223 GetExitCodeProcess(procInfo->hProcess, exitCode);
224 debug("waitForProcess exitCode: %d", *exitCode);
240 *exitCode = waitForSingleCode;
213 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c198 DWORD exitCode; local
207 GetExitCodeProcess(procHandle, &exitCode);
208 if (exitCode == STILL_ACTIVE)
217 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
538 DWORD exitCode; local
551 GetExitCodeProcess(procInfo.hProcess, &exitCode);
552 while (exitCode == STILL_ACTIVE)
554 GetExitCodeProcess(procInfo.hProcess, &exitCode);
562 returnValue = exitCode;
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c208 // Returns TRUE if the process ended and updates the exitCode
212 // in the provided exitCode value.
215 DWORD* exitCode)
224 GetExitCodeProcess(procInfo->hProcess, exitCode);
225 debug("waitForProcess exitCode: %d", *exitCode);
241 *exitCode = waitForSingleCode;
214 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c199 DWORD exitCode; local
208 GetExitCodeProcess(procHandle, &exitCode);
209 if (exitCode == STILL_ACTIVE)
218 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
539 DWORD exitCode; local
552 GetExitCodeProcess(procInfo.hProcess, &exitCode);
553 while (exitCode == STILL_ACTIVE)
555 GetExitCodeProcess(procInfo.hProcess, &exitCode);
563 returnValue = exitCode;
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c208 // Returns TRUE if the process ended and updates the exitCode
212 // in the provided exitCode value.
215 DWORD* exitCode)
224 GetExitCodeProcess(procInfo->hProcess, exitCode);
225 debug("waitForProcess exitCode: %d", *exitCode);
241 *exitCode = waitForSingleCode;
214 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c199 DWORD exitCode; local
208 GetExitCodeProcess(procHandle, &exitCode);
209 if (exitCode == STILL_ACTIVE)
218 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
539 DWORD exitCode; local
552 GetExitCodeProcess(procInfo.hProcess, &exitCode);
553 while (exitCode == STILL_ACTIVE)
555 GetExitCodeProcess(procInfo.hProcess, &exitCode);
563 returnValue = exitCode;
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c207 // Returns TRUE if the process ended and updates the exitCode
211 // in the provided exitCode value.
214 DWORD* exitCode)
223 GetExitCodeProcess(procInfo->hProcess, exitCode);
224 debug("waitForProcess exitCode: %d", *exitCode);
240 *exitCode = waitForSingleCode;
213 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c198 DWORD exitCode; local
207 GetExitCodeProcess(procHandle, &exitCode);
208 if (exitCode == STILL_ACTIVE)
217 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
538 DWORD exitCode; local
551 GetExitCodeProcess(procInfo.hProcess, &exitCode);
552 while (exitCode == STILL_ACTIVE)
554 GetExitCodeProcess(procInfo.hProcess, &exitCode);
562 returnValue = exitCode;
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c208 // Returns TRUE if the process ended and updates the exitCode
212 // in the provided exitCode value.
215 DWORD* exitCode)
224 GetExitCodeProcess(procInfo->hProcess, exitCode);
225 debug("waitForProcess exitCode: %d", *exitCode);
241 *exitCode = waitForSingleCode;
214 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c199 DWORD exitCode; local
208 GetExitCodeProcess(procHandle, &exitCode);
209 if (exitCode == STILL_ACTIVE)
218 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
539 DWORD exitCode; local
552 GetExitCodeProcess(procInfo.hProcess, &exitCode);
553 while (exitCode == STILL_ACTIVE)
555 GetExitCodeProcess(procInfo.hProcess, &exitCode);
563 returnValue = exitCode;
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c207 // Returns TRUE if the process ended and updates the exitCode
211 // in the provided exitCode value.
214 DWORD* exitCode)
223 GetExitCodeProcess(procInfo->hProcess, exitCode);
224 debug("waitForProcess exitCode: %d", *exitCode);
240 *exitCode = waitForSingleCode;
213 waitForProcess(PROCESS_INFORMATION* procInfo, DWORD waitTime, DWORD* exitCode) argument
H A Dwinlauncher.c198 DWORD exitCode; local
207 GetExitCodeProcess(procHandle, &exitCode);
208 if (exitCode == STILL_ACTIVE)
217 debug("Process (pid=%d) has exited with exit code %d.", pid, exitCode);
538 DWORD exitCode; local
551 GetExitCodeProcess(procInfo.hProcess, &exitCode);
552 while (exitCode == STILL_ACTIVE)
554 GetExitCodeProcess(procInfo.hProcess, &exitCode);
562 returnValue = exitCode;
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 109 milliseconds

12