Searched refs:command (Results 1 - 25 of 222) sorted by relevance

123456789

/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/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMLogoutCommand.java31 import com.iplanet.jato.command.Command;
32 import com.iplanet.jato.command.CommandEvent;
33 import com.iplanet.jato.command.CommandException;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMLogoutCommand.java31 import com.iplanet.jato.command.Command;
32 import com.iplanet.jato.command.CommandEvent;
33 import com.iplanet.jato.command.CommandException;
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
37 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
36 BOOL createChildProcess(char* command, BOOL background,
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...]
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...]
/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);
/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);
/forgerock/jee-agents-v3.5/jee-agents-appserver/jee-agents-appserver-common/src/main/java/org/forgerock/openam/agents/install/appserver/
H A DVersionChecker.java80 * 'asadmin version' command and stores the versionstring.
86 String command;
91 command = "\"" + configDir + "\\..\\..\\..\\bin\\asadmin.bat\" version";
93 command = configDir + "/../../../bin/asadmin version";
97 Debug.log("Executing process: " + command);
98 Process p = Runtime.getRuntime().exec(command);
/forgerock/jee-agents-v3.5/jee-agents-jboss/jee-agents-jboss-v7/src/main/java/org/forgerock/openam/agents/jboss/install/
H A DJBossValidator.java90 StringBuilder command = new StringBuilder(100);
91 command.append(homeDir).append(File.separator).append("bin").append(File.separator).append(instanceName);
93 command.append(".bat");
95 command.append(".sh");
105 Debug.log("Executing command to verify JBoss version: " + command.toString() + " --version");
106 Process process = Runtime.getRuntime().exec(new String[]{command.toString(), "--version"});

Completed in 193 milliseconds

123456789