Package tigase.monitor.modules
Class AddTimerScriptTaskCommand
java.lang.Object
tigase.monitor.modules.AddTimerScriptTaskCommand
- All Implemented Interfaces:
AdHocCommand
@Bean(name="x-add-timer-task",
parent=MonitorComponent.class,
active=true)
public class AddTimerScriptTaskCommand
extends Object
implements AdHocCommand
-
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
-
Constructor Details
-
AddTimerScriptTaskCommand
public AddTimerScriptTaskCommand()
-
-
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
-