Package tigase.xmpp.impl.push
Class PushNotifications.DisableDeviceAdHocCommand
java.lang.Object
tigase.xmpp.impl.push.PushNotifications.AbstractAdhocCommand
tigase.xmpp.impl.push.PushNotifications.DisableDeviceAdHocCommand
- All Implemented Interfaces:
AdHocCommand
- Enclosing class:
- PushNotifications
@Bean(name="push-unregister-device",
parent=SessionManager.class,
active=true)
public static class PushNotifications.DisableDeviceAdHocCommand
extends PushNotifications.AbstractAdhocCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Form
prepareForm
(AdhHocRequest request, AdHocResponse response) protected Form
prepareForm
(BareJID accountJid) protected Form
submitForm
(AdhHocRequest request, AdHocResponse response, Form form) Methods inherited from class tigase.xmpp.impl.push.PushNotifications.AbstractAdhocCommand
assertNotEmpty, execute, getComponent, getName, getNode, getPushNotifications, isAllowedFor, isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
Constructor Details
-
DisableDeviceAdHocCommand
public DisableDeviceAdHocCommand()
-
-
Method Details
-
prepareForm
protected Form prepareForm(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException - Specified by:
prepareForm
in classPushNotifications.AbstractAdhocCommand
- Throws:
AdHocCommandException
-
submitForm
protected Form submitForm(AdhHocRequest request, AdHocResponse response, Form form) throws AdHocCommandException - Specified by:
submitForm
in classPushNotifications.AbstractAdhocCommand
- Throws:
AdHocCommandException
-
prepareForm
- Throws:
TigaseDBException
-