Uses of Class
tigase.component.adhoc.AdHocCommandException
Packages that use AdHocCommandException
Package
Description
-
Uses of AdHocCommandException in tigase.auth.adhoc
Methods in tigase.auth.adhoc that throw AdHocCommandExceptionModifier and TypeMethodDescriptionprotected voidAbstractCredentialsCommand.checkIfCanModifyJID(AdhHocRequest request, BareJID jidToModify) voidAbstractCredentialsCommand.execute(AdhHocRequest request, AdHocResponse response) protected abstract voidAbstractCredentialsCommand.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidAddUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidDeleteUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) protected voidShowUserCredentials.processForm(Form form, AdhHocRequest request, AdHocResponse response) -
Uses of AdHocCommandException in tigase.component.adhoc
Method parameters in tigase.component.adhoc with type arguments of type AdHocCommandExceptionModifier and TypeMethodDescriptiondefault voidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) Methods in tigase.component.adhoc that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response) default voidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) voidvoidAdHocCommandManager.process(Packet packet, Element commandElement, String node, String action, String sessionId, AdHocCommand adHocCommand, Consumer<Packet> resultConsumer) -
Uses of AdHocCommandException in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoidConfiguratorCommand.execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocCommandException in tigase.monitor.modules
Methods in tigase.monitor.modules that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoidAddScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidAddTimerScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidConfigureTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidDeleteScriptTaskCommand.execute(AdhHocRequest request, AdHocResponse response) voidInfoTaskCommand.execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocCommandException in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoidCreateWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response) voidDeleteWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response)