Uses of Class
tigase.component.adhoc.AdHocResponse
Packages that use AdHocResponse
Package
Description
-
Uses of AdHocResponse in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoidAbstractCredentialsCommand.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) protected abstract voidAbstractCredentialsCommand.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidAddUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidDeleteUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) protected voidShowUserCredentials.processNoForm(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocResponse in tigase.component.adhoc
Methods in tigase.component.adhoc with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response) default voidAdHocCommand.execute(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) -
Uses of AdHocResponse in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoidConfiguratorCommand.execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocResponse in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type AdHocResponseModifier 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 AdHocResponse in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands with parameters of type AdHocResponseModifier and TypeMethodDescriptionvoidCreateWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response) voidDeleteWorkgroupQueue.execute(AdhHocRequest request, AdHocResponse response)