Searched refs:commandInfo (Results 1 – 1 of 1) sorted by relevance
165 … AdHocCommandInfo commandInfo = new AdHocCommandInfo(node, name, connection.getUser(), factory); in registerCommand() local167 commands.put(node, commandInfo); in registerCommand()685 AdHocCommandInfo commandInfo = commands.get(commandNode); in newInstanceOfCmd() local688 command = (LocalCommand) commandInfo.getCommandInstance(); in newInstanceOfCmd()690 command.setName(commandInfo.getName()); in newInstanceOfCmd()691 command.setNode(commandInfo.getNode()); in newInstanceOfCmd()