Searched refs:AdHocCommandInfo (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandManager.java112 * Map a command node with its AdHocCommandInfo. Note: Key=command node,
116 private Map<String, AdHocCommandInfo> commands = Collections
117 .synchronizedMap(new WeakHashMap<String, AdHocCommandInfo>());
165 AdHocCommandInfo commandInfo = new AdHocCommandInfo(node, name, connection.getUser(), factory);
227 Collection<AdHocCommandInfo> xCommandsList = getRegisteredCommands();
229 for (AdHocCommandInfo info : xCommandsList) {
310 Collection<AdHocCommandInfo> commandsList = getRegisteredCommands();
312 for (AdHocCommandInfo info : commandsList) {
685 AdHocCommandInfo commandInf
719 private static class AdHocCommandInfo { class in class:AdHocCommandManager
726 public AdHocCommandInfo(String node, String name, String ownerJID, method in class:AdHocCommandManager.AdHocCommandInfo
[all...]

Completed in 91 milliseconds