Package tigase.monitor.modules
Class ConfigureTaskCommand
java.lang.Object
tigase.monitor.modules.ConfigureTaskCommand
- All Implemented Interfaces:
AdHocCommand
@Bean(name="x-config",
parent=MonitorComponent.class,
active=true)
public class ConfigureTaskCommand
extends Object
implements AdHocCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(AdhHocRequest request, AdHocResponse response) getName()
getNode()
boolean
isAllowedFor
(JID jid) 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
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
ConfigureTaskCommand
public ConfigureTaskCommand()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceAdHocCommand
- Throws:
AdHocCommandException
-
getName
- Specified by:
getName
in interfaceAdHocCommand
-
getNode
- Specified by:
getNode
in interfaceAdHocCommand
-
isAllowedFor
- Specified by:
isAllowedFor
in interfaceAdHocCommand
-