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 FormprepareForm(AdhHocRequest request, AdHocResponse response) protected FormsubmitForm(AdhHocRequest request, AdHocResponse response, Form form) Methods inherited from class tigase.xmpp.impl.push.PushNotifications.AbstractAdhocCommand
assertNotEmpty, execute, getComponent, getName, getNode, getPushNotifications, isAllowedFor, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
prepareFormin classPushNotifications.AbstractAdhocCommand- Throws:
AdHocCommandException
-
submitForm
protected Form submitForm(AdhHocRequest request, AdHocResponse response, Form form) throws AdHocCommandException - Specified by:
submitFormin classPushNotifications.AbstractAdhocCommand- Throws:
AdHocCommandException
-