Uses of Interface
tigase.component.adhoc.AdHocCommand
-
Packages that use AdHocCommand Package Description tigase.auth.adhoc tigase.component.adhoc tigase.component.modules.impl tigase.component.modules.impl.config tigase.monitor.modules tigase.workgroupqueues.commands -
-
Uses of AdHocCommand in tigase.auth.adhoc
Classes in tigase.auth.adhoc that implement AdHocCommand Modifier and Type Class Description classAbstractCredentialsCommandclassAddUserCredentialsclassDeleteUserCredentialsclassShowUserCredentials -
Uses of AdHocCommand in tigase.component.adhoc
Methods in tigase.component.adhoc that return AdHocCommand Modifier and Type Method Description AdHocCommandAdHocCommandManager. getCommand(java.lang.String nodeName)Methods in tigase.component.adhoc that return types with arguments of type AdHocCommand Modifier and Type Method Description java.util.Collection<AdHocCommand>AdHocCommandManager. getAllCommands()Methods in tigase.component.adhoc with parameters of type AdHocCommand Modifier and Type Method Description voidAdHocCommandManager. process(Packet packet, Element commandElement, java.lang.String node, java.lang.String action, java.lang.String sessionId, AdHocCommand adHocCommand, java.util.function.Consumer<Packet> resultConsumer)voidAdHocCommandManager. registerCommand(AdHocCommand command)voidAdHocCommandManager. setAllCommands(AdHocCommand[] allCommands) -
Uses of AdHocCommand in tigase.component.modules.impl
Methods in tigase.component.modules.impl with parameters of type AdHocCommand Modifier and Type Method Description voidAdHocCommandModule. register(AdHocCommand command) -
Uses of AdHocCommand in tigase.component.modules.impl.config
Classes in tigase.component.modules.impl.config that implement AdHocCommand Modifier and Type Class Description classConfiguratorCommand -
Uses of AdHocCommand in tigase.monitor.modules
Classes in tigase.monitor.modules that implement AdHocCommand Modifier and Type Class Description classAddScriptTaskCommandclassAddTimerScriptTaskCommandclassConfigureTaskCommandclassDeleteScriptTaskCommandclassInfoTaskCommand -
Uses of AdHocCommand in tigase.workgroupqueues.commands
Classes in tigase.workgroupqueues.commands that implement AdHocCommand Modifier and Type Class Description classAbstractAdHocCommandclassCreateWorkgroupQueueclassDeleteWorkgroupQueue
-