Searched refs:RemoteCommand (Results 1 – 2 of 2) sorted by relevance
47 public class RemoteCommand extends AdHocCommand { class80 protected RemoteCommand(Connection connection, String node, String jid) { in RemoteCommand() method in RemoteCommand
249 public RemoteCommand getRemoteCommand(String jid, String node) { in getRemoteCommand()250 return new RemoteCommand(connection, node, jid); in getRemoteCommand()