Class ConfiguratorCommand
- java.lang.Object
-
- tigase.component.modules.impl.config.ConfiguratorCommand
-
- All Implemented Interfaces:
AdHocCommand
@Bean(name="BeanConfiguratorAdHocCommand", active=true) public class ConfiguratorCommand extends Object implements AdHocCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected TypesConverterdefaultTypesConverterprotected Loggerlog
-
Constructor Summary
Constructors Constructor Description ConfiguratorCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdhHocRequest request, AdHocResponse response)StringgetName()StringgetNode()booleanisAllowedFor(JID jid)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
-
-
-
Field Detail
-
log
protected final Logger log
-
defaultTypesConverter
@Inject(bean="defaultTypesConverter") protected TypesConverter defaultTypesConverter
-
-
Method Detail
-
execute
public void execute(AdhHocRequest request, AdHocResponse response) throws AdHocCommandException
- Specified by:
executein interfaceAdHocCommand- Throws:
AdHocCommandException
-
getName
public String getName()
- Specified by:
getNamein interfaceAdHocCommand
-
getNode
public String getNode()
- Specified by:
getNodein interfaceAdHocCommand
-
isAllowedFor
public boolean isAllowedFor(JID jid)
- Specified by:
isAllowedForin interfaceAdHocCommand
-
-