Searched refs:LocalCommand (Results 1 – 7 of 7) sorted by relevance
125 …private Map<String, LocalCommand> executingCommands = new ConcurrentHashMap<String, LocalCommand>(…145 … public void registerCommand(String node, String name, final Class<? extends LocalCommand> clazz) { in registerCommand()147 … public LocalCommand getInstance() throws InstantiationException, IllegalAccessException { in registerCommand()408 LocalCommand command = newInstanceOfCmd(commandNode, sessionId); in processAdHocCommand()458 LocalCommand command = executingCommands.get(sessionId); in processAdHocCommand()518 LocalCommand command = executingCommands.get(sessionId); in processAdHocCommand()682 private LocalCommand newInstanceOfCmd(String commandNode, String sessionID) in newInstanceOfCmd()686 LocalCommand command; in newInstanceOfCmd()688 command = (LocalCommand) commandInfo.getCommandInstance(); in newInstanceOfCmd()735 public LocalCommand getCommandInstance() throws InstantiationException, in getCommandInstance()
43 public abstract class LocalCommand extends AdHocCommand { class65 public LocalCommand() { in LocalCommand() method in LocalCommand
41 public LocalCommand getInstance() throws InstantiationException, IllegalAccessException; in getInstance()
62 LocalCommand sh /etc/netstart tun080 LocalCommand sh /etc/netstart tun0
324 sync some more expansions with LocalCommand; ok markus@674 unbreak %n expansion in LocalCommand; patch from bert.wesarg AT682 regress test for LocalCommand %n expansion from bert.wesarg AT686 reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;
420 LocalCommand489 Allow local command execution via the LocalCommand option or
251 LocalCommand