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