Package tigase.pubsub.modules.commands
Class DeleteAllNodesCommand
java.lang.Object
tigase.pubsub.modules.commands.DeleteAllNodesCommand
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
@Bean(name="deleteAllNodesCommand",
active=true)
public class DeleteAllNodesCommand
extends Object
implements tigase.component.adhoc.AdHocCommand
Implementation of ad-hoc commands which removes all PubSub nodes.
- Version:
- 5.0.0, 2010.03.27 at 05:11:57 GMT
- Author:
- Artur Hefczyc
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getDefaultACL, getGroup, isAllowedFor, isForSelf
-
Constructor Details
-
DeleteAllNodesCommand
public DeleteAllNodesCommand()
-
-
Method Details
-
execute
public void execute(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response) throws tigase.component.adhoc.AdHocCommandException - Specified by:
executein interfacetigase.component.adhoc.AdHocCommand- Throws:
tigase.component.adhoc.AdHocCommandException
-
getName
- Specified by:
getNamein interfacetigase.component.adhoc.AdHocCommand
-
getNode
- Specified by:
getNodein interfacetigase.component.adhoc.AdHocCommand
-
isAllowedFor
public boolean isAllowedFor(tigase.xmpp.jid.JID jid) - Specified by:
isAllowedForin interfacetigase.component.adhoc.AdHocCommand
-