tigase.pubsub.modules
Class AdHocConfigCommandModule

java.lang.Object
  extended by tigase.pubsub.AbstractModule
      extended by tigase.pubsub.modules.AdHocConfigCommandModule
All Implemented Interfaces:
Module

public class AdHocConfigCommandModule
extends AbstractModule


Field Summary
 
Fields inherited from class tigase.pubsub.AbstractModule
config, log, repository
 
Constructor Summary
AdHocConfigCommandModule(PubSubConfig config, IPubSubRepository pubsubRepository)
           
 
Method Summary
 List<tigase.xml.Element> getCommandListItems(String senderJid, String toJid)
           
 String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 List<tigase.xml.Element> process(tigase.xml.Element element, ElementWriter elementWriter)
           
 void register(AdHocCommand command)
           
 
Methods inherited from class tigase.pubsub.AbstractModule
createResultIQ, createResultIQArray, findBestJid, getActiveSubscribers, getActiveSubscribers, hasSenderSubscription, isSenderInRosterGroup, makeArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdHocConfigCommandModule

public AdHocConfigCommandModule(PubSubConfig config,
                                IPubSubRepository pubsubRepository)
Method Detail

getCommandListItems

public List<tigase.xml.Element> getCommandListItems(String senderJid,
                                                    String toJid)

getFeatures

public String[] getFeatures()

getModuleCriteria

public tigase.criteria.Criteria getModuleCriteria()

process

public List<tigase.xml.Element> process(tigase.xml.Element element,
                                        ElementWriter elementWriter)
                                 throws PubSubException
Throws:
PubSubException

register

public void register(AdHocCommand command)


Copyright © 2008-2012 Tigase. All Rights Reserved.