tigase.pubsub.modules.commands
Class DeleteAllNodesCommand

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

public class DeleteAllNodesCommand
extends Object
implements AdHocCommand

Class description

Version:
5.0.0, 2010.03.27 at 05:11:57 GMT
Author:
Artur Hefczyc

Constructor Summary
DeleteAllNodesCommand(PubSubConfig config, PubSubDAO directPubSubRepository, tigase.db.UserRepository userRepo)
          Constructs ...
 
Method Summary
 void execute(AdhHocRequest request, AdHocResponse response)
          Method description
 String getName()
          Method description
 String getNode()
          Method description
 
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)
Constructs ...

Parameters:
config -
directPubSubRepository -
userRepo -
Method Detail

execute

public void execute(AdhHocRequest request,
                    AdHocResponse response)
             throws AdHocCommandException
Method description

Specified by:
execute in interface AdHocCommand
Parameters:
request -
response -
Throws:
AdHocCommandException

getName

public String getName()
Method description

Specified by:
getName in interface AdHocCommand
Returns:

getNode

public String getNode()
Method description

Specified by:
getNode in interface AdHocCommand
Returns:


Copyright © 2008-2012 Tigase. All Rights Reserved.