tigase.pubsub.modules
Class PresenceCollectorModule

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

public class PresenceCollectorModule
extends java.lang.Object
implements Module


Field Summary
protected  java.util.logging.Logger log
           
 
Constructor Summary
PresenceCollectorModule()
           
 
Method Summary
 boolean addJid(java.lang.String jid)
           
 java.util.List<java.lang.String> getAllAvailableJids()
           
 java.util.List<java.lang.String> getAllAvailableResources(java.lang.String jid)
           
 java.lang.String[] getFeatures()
           
 tigase.criteria.Criteria getModuleCriteria()
           
 java.util.List<tigase.xml.Element> process(tigase.xml.Element element, ElementWriter elementWriter)
           
protected  boolean removeJid(java.lang.String jid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected java.util.logging.Logger log
Constructor Detail

PresenceCollectorModule

public PresenceCollectorModule()
Method Detail

addJid

public boolean addJid(java.lang.String jid)

getAllAvailableJids

public java.util.List<java.lang.String> getAllAvailableJids()

getAllAvailableResources

public java.util.List<java.lang.String> getAllAvailableResources(java.lang.String jid)

getFeatures

public java.lang.String[] getFeatures()
Specified by:
getFeatures in interface Module

getModuleCriteria

public tigase.criteria.Criteria getModuleCriteria()
Specified by:
getModuleCriteria in interface Module

process

public java.util.List<tigase.xml.Element> process(tigase.xml.Element element,
                                                  ElementWriter elementWriter)
                                           throws PubSubException
Specified by:
process in interface Module
Throws:
PubSubException

removeJid

protected boolean removeJid(java.lang.String jid)


Copyright © 2008-2009 Tigase. All Rights Reserved.