Uses of Class
tigase.component.adhoc.AdHocResponse
-
Packages that use AdHocResponse Package Description tigase.auth.adhoc tigase.component.adhoc tigase.component.modules.impl.config tigase.monitor.modules -
-
Uses of AdHocResponse in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type AdHocResponse Modifier and Type Method Description 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)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 AdHocResponse Modifier and Type Method Description voidAdHocCommand. execute(AdhHocRequest request, AdHocResponse response)default voidAdHocCommand. execute(AdhHocRequest request, AdHocResponse response, java.lang.Runnable completionHandler, java.util.function.Consumer<AdHocCommandException> exceptionHandler) -
Uses of AdHocResponse in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type AdHocResponse Modifier and Type Method Description voidConfiguratorCommand. execute(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocResponse in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type AdHocResponse Modifier and Type Method Description voidAddScriptTaskCommand. 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)
-