Package tigase.monitor.modules
Class InfoTaskCommand
java.lang.Object
tigase.monitor.modules.InfoTaskCommand
- All Implemented Interfaces:
AdHocCommand
@Bean(name="x-info",
parent=MonitorComponent.class,
active=true)
public class InfoTaskCommand
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
-
InfoTaskCommand
public InfoTaskCommand()
-
-
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
-