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 java.lang.Object implements AdHocCommand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNODE
-
Constructor Summary
Constructors Constructor Description ConfigureTaskCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdhHocRequest request, AdHocResponse response)java.lang.StringgetName()java.lang.StringgetNode()booleanisAllowedFor(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 Detail
-
NODE
public static final java.lang.String NODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException
- Specified by:
executein interfaceAdHocCommand- Throws:
AdHocCommandException
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceAdHocCommand
-
getNode
public java.lang.String getNode()
- Specified by:
getNodein interfaceAdHocCommand
-
isAllowedFor
public boolean isAllowedFor(JID jid)
- Specified by:
isAllowedForin interfaceAdHocCommand
-
-