Searched defs:command (Results 1 - 25 of 107) sorted by relevance

12345

/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java47 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { argument
48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
63 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) { argument
64 return ((ScheduledExecutorService) delegate).scheduleAtFixedRate(wrap(command), initialDelay, period, unit);
71 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) { argument
72 return ((ScheduledExecutorService) delegate).scheduleWithFixedDelay(wrap(command), initialDelay, delay, unit);
H A DAuditRequestContextPropagatingExecutorService.java160 public void execute(Runnable command) { argument
161 delegate.execute(wrap(command));
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/audit/
H A DautoPurgeAuditRecon.js99 var command = {
106 var r = openidm.action("repo/audit/recon", "command", {}, command);
112 var r, code, message, command = {
120 // Attempt to purge in one command, passing the number of summaries
121 // This may fail if the repo does not support this command
122 r = openidm.action("repo/audit/recon", "command", {}, command);
127 logger.debug("Failed to purge logs by number of recons in one command");
133 command
[all...]
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContextPropagatingScheduledExecutorService.java47 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { argument
48 return ((ScheduledExecutorService) delegate).schedule(wrap(command), delay, unit);
63 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) { argument
64 return ((ScheduledExecutorService) delegate).scheduleAtFixedRate(wrap(command), initialDelay, period, unit);
71 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) { argument
72 return ((ScheduledExecutorService) delegate).scheduleWithFixedDelay(wrap(command), initialDelay, delay, unit);
H A DAuditRequestContextPropagatingExecutorService.java160 public void execute(Runnable command) { argument
161 delegate.execute(wrap(command));
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/service/
H A DServiceRequest.java41 private String command; field in class:ServiceRequest
49 * Creates <code>ServiceRequest</code> with the given command and
52 * @param cmd command to be executed.
56 command = cmd;
61 * Returns the command of this request.
63 * @return command of this request.
66 return command;
70 * Returns the command set of this request.
72 * @return command set of this request.
88 * Sets command fo
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/
H A DTableHandler.java161 * Performs the command on the specified target and returns the number of affected objects
164 * The command returns the number of records altered/updated/deleted.
177 public Integer command(String type, Map<String, Object> params, Connection connection) method in interface:TableHandler
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c46 // Function used to create a process with the given command.
51 BOOL createChildProcess(char* command, BOOL background, argument
62 command,
84 command, // command line
97 debug("createChildProcess: Successfully created child process '%s'.", command);
103 command, GetLastError());
118 char command[COMMAND_SIZE]; // full command line local
125 sprintf(command, "/
179 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c31 // Returns TRUE if the command name could be initiated and
269 // Elaborate the command line: "cmd arg1 arg2..."
272 // Returns TRUE if the command name could be initiated and
276 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
282 debug("Constructing full command line from arguments:");
296 sprintf (&command[curCmdInd], " ");
297 curCmdInd = strlen(command);
327 sprintf (&command[curCmdInd], "\"%s\"", curarg);
328 curCmdInd = strlen (command);
340 sprintf (&command[curCmdIn
400 char command[COMMAND_SIZE]; local
504 char command[COMMAND_SIZE]; local
543 char command[COMMAND_SIZE]; local
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c47 // Function used to create a process with the given command.
52 BOOL createChildProcess(char* command, BOOL background, argument
63 command,
85 command, // command line
98 debug("createChildProcess: Successfully created child process '%s'.", command);
104 command, GetLastError());
119 char command[COMMAND_SIZE]; // full command line local
126 sprintf(command, "/
180 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c32 // Returns TRUE if the command name could be initiated and
270 // Elaborate the command line: "cmd arg1 arg2..."
273 // Returns TRUE if the command name could be initiated and
277 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
283 debug("Constructing full command line from arguments:");
297 sprintf (&command[curCmdInd], " ");
298 curCmdInd = strlen(command);
328 sprintf (&command[curCmdInd], "\"%s\"", curarg);
329 curCmdInd = strlen (command);
341 sprintf (&command[curCmdIn
401 char command[COMMAND_SIZE]; local
505 char command[COMMAND_SIZE]; local
544 char command[COMMAND_SIZE]; local
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c47 // Function used to create a process with the given command.
52 BOOL createChildProcess(char* command, BOOL background, argument
63 command,
85 command, // command line
98 debug("createChildProcess: Successfully created child process '%s'.", command);
104 command, GetLastError());
119 char command[COMMAND_SIZE]; // full command line local
126 sprintf(command, "/
180 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c32 // Returns TRUE if the command name could be initiated and
270 // Elaborate the command line: "cmd arg1 arg2..."
273 // Returns TRUE if the command name could be initiated and
277 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
283 debug("Constructing full command line from arguments:");
297 sprintf (&command[curCmdInd], " ");
298 curCmdInd = strlen(command);
328 sprintf (&command[curCmdInd], "\"%s\"", curarg);
329 curCmdInd = strlen (command);
341 sprintf (&command[curCmdIn
401 char command[COMMAND_SIZE]; local
505 char command[COMMAND_SIZE]; local
544 char command[COMMAND_SIZE]; local
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c46 // Function used to create a process with the given command.
51 BOOL createChildProcess(char* command, BOOL background, argument
62 command,
84 command, // command line
97 debug("createChildProcess: Successfully created child process '%s'.", command);
103 command, GetLastError());
118 char command[COMMAND_SIZE]; // full command line local
125 sprintf(command, "/
179 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c31 // Returns TRUE if the command name could be initiated and
269 // Elaborate the command line: "cmd arg1 arg2..."
272 // Returns TRUE if the command name could be initiated and
276 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
282 debug("Constructing full command line from arguments:");
296 sprintf (&command[curCmdInd], " ");
297 curCmdInd = strlen(command);
327 sprintf (&command[curCmdInd], "\"%s\"", curarg);
328 curCmdInd = strlen (command);
340 sprintf (&command[curCmdIn
400 char command[COMMAND_SIZE]; local
504 char command[COMMAND_SIZE]; local
543 char command[COMMAND_SIZE]; local
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c47 // Function used to create a process with the given command.
52 BOOL createChildProcess(char* command, BOOL background, argument
63 command,
85 command, // command line
98 debug("createChildProcess: Successfully created child process '%s'.", command);
104 command, GetLastError());
119 char command[COMMAND_SIZE]; // full command line local
126 sprintf(command, "/
180 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c32 // Returns TRUE if the command name could be initiated and
270 // Elaborate the command line: "cmd arg1 arg2..."
273 // Returns TRUE if the command name could be initiated and
277 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
283 debug("Constructing full command line from arguments:");
297 sprintf (&command[curCmdInd], " ");
298 curCmdInd = strlen(command);
328 sprintf (&command[curCmdInd], "\"%s\"", curarg);
329 curCmdInd = strlen (command);
341 sprintf (&command[curCmdIn
401 char command[COMMAND_SIZE]; local
505 char command[COMMAND_SIZE]; local
544 char command[COMMAND_SIZE]; local
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c46 // Function used to create a process with the given command.
51 BOOL createChildProcess(char* command, BOOL background, argument
62 command,
84 command, // command line
97 debug("createChildProcess: Successfully created child process '%s'.", command);
103 command, GetLastError());
118 char command[COMMAND_SIZE]; // full command line local
125 sprintf(command, "/
179 spawn(char* command, BOOL background) argument
[all...]
H A Dwinlauncher.c31 // Returns TRUE if the command name could be initiated and
269 // Elaborate the command line: "cmd arg1 arg2..."
272 // Returns TRUE if the command name could be initiated and
276 BOOL getCommandLine(const char* argv[], char* command, unsigned int maxSize) argument
282 debug("Constructing full command line from arguments:");
296 sprintf (&command[curCmdInd], " ");
297 curCmdInd = strlen(command);
327 sprintf (&command[curCmdInd], "\"%s\"", curarg);
328 curCmdInd = strlen (command);
340 sprintf (&command[curCmdIn
400 char command[COMMAND_SIZE]; local
504 char command[COMMAND_SIZE]; local
543 char command[COMMAND_SIZE]; local
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/query/
H A DTableQueries.java367 public Integer command(final String type, Map<String, Object> params, Connection con) method in class:TableQueries
386 throw new BadRequestException("The passed command identifier " + queryId
390 throw new InternalServerErrorException("DB reported failure preparing command: "
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java113 private static final String ACTION_COMMAND = "command";
730 return command(request).asPromise();
742 * Performs the repo command defined by the {@code request).
744 * @param request the request specifying the commandId or commandExpression and command parameters
746 * @throws ResourceException on failure to execute the command query
748 private ActionResponse command(ActionRequest request) throws ResourceException { method in class:JDBCRepoService
768 result = new JsonValue(handler.command(type, new HashMap<String, Object>(request.getAdditionalParameters()), connection));
773 logger.debug("SQL Exception in command on {} with error code {}, sql state {}",
787 logger.debug("ResourceException in command on {}", request.getResourcePath(), ex);
791 logger.debug("Runtime Exception in command o
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java237 * The UNIX status command line script file name.
242 * The Windows status command line batch file name.
948 * Gets the file for invoking a particular command appropriate for the current
951 * @param command
952 * namd of the command
953 * @return File representing the command
955 public File getCommandFile(String command) argument
960 commandFile = new File(getBinariesDirectory(), command + ".bat");
964 commandFile = new File(getBinariesDirectory(), command);
975 * @return File representing the stop command
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java243 * The UNIX status command line script file name.
248 * The Windows status command line batch file name.
954 * Gets the file for invoking a particular command appropriate for the current
957 * @param command
958 * namd of the command
959 * @return File representing the command
961 public File getCommandFile(String command) argument
966 commandFile = new File(getBinariesDirectory(), command + ".bat");
970 commandFile = new File(getBinariesDirectory(), command);
981 * @return File representing the stop command
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-antlr.jar ... ant.BuildException java.io.IOException e String[] command org.apache.tools.ant.taskdefs. ...

Completed in 79 milliseconds

12345