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 void
AbstractCredentialsCommand.checkIfCanModifyJID
(AdhHocRequest request, BareJID jidToModify) void
AbstractCredentialsCommand.execute
(AdhHocRequest request, AdHocResponse response) protected abstract void
AbstractCredentialsCommand.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
AddUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
DeleteUserCredentials.processForm
(Form form, AdhHocRequest request, AdHocResponse response) protected void
ShowUserCredentials.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 void
AdHocCommand.execute
(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) Methods in tigase.component.adhoc that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoid
AdHocCommand.execute
(AdhHocRequest request, AdHocResponse response) default void
AdHocCommand.execute
(AdhHocRequest request, AdHocResponse response, Runnable completionHandler, Consumer<AdHocCommandException> exceptionHandler) void
void
AdHocCommandManager.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 TypeMethodDescriptionvoid
ConfiguratorCommand.execute
(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocCommandException in tigase.monitor.modules
Methods in tigase.monitor.modules that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoid
AddScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
AddTimerScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
ConfigureTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
DeleteScriptTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) void
InfoTaskCommand.execute
(AdhHocRequest request, AdHocResponse response) -
Uses of AdHocCommandException in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands that throw AdHocCommandExceptionModifier and TypeMethodDescriptionvoid
CreateWorkgroupQueue.execute
(AdhHocRequest request, AdHocResponse response) void
DeleteWorkgroupQueue.execute
(AdhHocRequest request, AdHocResponse response)