public class DeleteAllNodesCommand extends Object implements AdHocCommand
| Constructor and Description |
|---|
DeleteAllNodesCommand(PubSubConfig config,
PubSubDAO directPubSubRepository,
tigase.db.UserRepository userRepo)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdhHocRequest request,
AdHocResponse response)
Method description
|
String |
getName()
Method description
|
String |
getNode()
Method description
|
public DeleteAllNodesCommand(PubSubConfig config, PubSubDAO directPubSubRepository, tigase.db.UserRepository userRepo)
config - directPubSubRepository - userRepo - public void execute(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException
execute in interface AdHocCommandrequest - response - AdHocCommandExceptionpublic String getName()
getName in interface AdHocCommandpublic String getNode()
getNode in interface AdHocCommandCopyright © 2008–2017 Tigase. All rights reserved.