tigase.pubsub.modules.commands
Class DeleteAllNodesCommand

java.lang.Object
  extended by tigase.pubsub.modules.commands.DeleteAllNodesCommand
All Implemented Interfaces:
AdHocCommand

public class DeleteAllNodesCommand
extends java.lang.Object
implements AdHocCommand


Constructor Summary
DeleteAllNodesCommand(PubSubConfig config, PubSubDAO directPubSubRepository, tigase.db.UserRepository userRepo)
           
 
Method Summary
 void execute(AdhHocRequest request, AdHocResponse response)
           
 java.lang.String getName()
           
 java.lang.String getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAllNodesCommand

public DeleteAllNodesCommand(PubSubConfig config,
                             PubSubDAO directPubSubRepository,
                             tigase.db.UserRepository userRepo)
Method Detail

execute

public void execute(AdhHocRequest request,
                    AdHocResponse response)
             throws AdHocCommandException
Specified by:
execute in interface AdHocCommand
Throws:
AdHocCommandException

getName

public java.lang.String getName()
Specified by:
getName in interface AdHocCommand

getNode

public java.lang.String getNode()
Specified by:
getNode in interface AdHocCommand


Copyright © 2008-2009 Tigase. All Rights Reserved.