@Bean(name="readAllNodesCommand",
parent=PubSubComponent.class,
active=true)
public class ReadAllNodesCommand
extends Object
implements tigase.component.adhoc.AdHocCommand
| Constructor and Description |
|---|
ReadAllNodesCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response) |
String |
getName() |
String |
getNode() |
boolean |
isAllowedFor(tigase.xmpp.jid.JID jid) |
public static final Logger log
public void execute(tigase.component.adhoc.AdhHocRequest request,
tigase.component.adhoc.AdHocResponse response)
throws tigase.component.adhoc.AdHocCommandException
execute in interface tigase.component.adhoc.AdHocCommandtigase.component.adhoc.AdHocCommandExceptionpublic String getName()
getName in interface tigase.component.adhoc.AdHocCommandpublic String getNode()
getNode in interface tigase.component.adhoc.AdHocCommandpublic boolean isAllowedFor(tigase.xmpp.jid.JID jid)
isAllowedFor in interface tigase.component.adhoc.AdHocCommandCopyright © 2008–2019 Tigase. All rights reserved.