Package tigase.xmpp.impl.push
Class PushNotifications.ListDevicesAdhocCommand
java.lang.Object
tigase.xmpp.impl.push.PushNotifications.AbstractAdhocCommand
tigase.xmpp.impl.push.PushNotifications.ListDevicesAdhocCommand
- All Implemented Interfaces:
AdHocCommand
- Enclosing class:
- PushNotifications
@Bean(name="push-list-devices",
parent=SessionManager.class,
active=true)
public static class PushNotifications.ListDevicesAdhocCommand
extends PushNotifications.AbstractAdhocCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Form
prepareForm
(AdhHocRequest request, AdHocResponse response) 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
-
ListDevicesAdhocCommand
public ListDevicesAdhocCommand()
-
-
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
-