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