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.server.rtbl.adhoc
Methods in tigase.server.rtbl.adhoc that throw AdHocCommandExceptionModifier and TypeMethodDescriptionprotected String
AbstractAdHocCommand.assertNotEmpty
(String input, String message) void
AbstractAdHocCommand.execute
(AdhHocRequest request, AdHocResponse response) protected abstract Form
AbstractAdHocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
RTBLAddCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
RTBLDeleteCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected abstract Form
AbstractAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLAddCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
RTBLDeleteCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) -
Uses of AdHocCommandException in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push that throw AdHocCommandExceptionModifier and TypeMethodDescriptionprotected String
PushNotifications.AbstractAdhocCommand.assertNotEmpty
(String input, String message) void
PushNotifications.AbstractAdhocCommand.execute
(AdhHocRequest request, AdHocResponse response) protected abstract Form
PushNotifications.AbstractAdhocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
PushNotifications.DisableDeviceAdHocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
PushNotifications.ListDevicesAdhocCommand.prepareForm
(AdhHocRequest request, AdHocResponse response) protected abstract Form
PushNotifications.AbstractAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.DisableDeviceAdHocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form) protected Form
PushNotifications.ListDevicesAdhocCommand.submitForm
(AdhHocRequest request, AdHocResponse response, Form form)