Uses of Interface
tigase.muc.ElementWriter

Packages that use ElementWriter
tigase.muc   
tigase.muc.history   
tigase.muc.modules   
 

Uses of ElementWriter in tigase.muc
 

Methods in tigase.muc with parameters of type ElementWriter
 boolean ModulesManager.process(tigase.server.Packet packet, ElementWriter writer)
           
 

Constructors in tigase.muc with parameters of type ElementWriter
ModulesManager(ElementWriter writer)
           
MUCComponent(ElementWriter writer)
           
 

Uses of ElementWriter in tigase.muc.history
 

Methods in tigase.muc.history with parameters of type ElementWriter
 void PostgreSqlHistoryProvider.getHistoryMessages(Room room, tigase.xmpp.JID senderJID, Integer maxchars, Integer maxstanzas, Integer seconds, Date since, ElementWriter writer)
          
 void MySqlHistoryProvider.getHistoryMessages(Room room, tigase.xmpp.JID senderJID, Integer maxchars, Integer maxstanzas, Integer seconds, Date since, ElementWriter writer)
          
 void MemoryHistoryProvider.getHistoryMessages(Room room, tigase.xmpp.JID senderJID, Integer maxchars, Integer maxstanzas, Integer seconds, Date since, ElementWriter writer)
           
 void DerbySqlHistoryProvider.getHistoryMessages(Room room, tigase.xmpp.JID senderJID, Integer maxchars, Integer maxstanzas, Integer seconds, Date since, ElementWriter writer)
          
 void HistoryProvider.getHistoryMessages(Room room, tigase.xmpp.JID senderJID, Integer maxchars, Integer maxstanzas, Integer seconds, Date since, ElementWriter writer)
           
 

Uses of ElementWriter in tigase.muc.modules
 

Fields in tigase.muc.modules declared as ElementWriter
protected  ElementWriter SoftwareVersionModule.writer
           
protected  ElementWriter XmppPingModule.writer
           
protected  ElementWriter AbstractModule.writer
           
 

Constructors in tigase.muc.modules with parameters of type ElementWriter
AbstractModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
           
DiscoInfoModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, MUCComponent component)
           
DiscoItemsModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, Map<String,tigase.server.script.CommandIfc> scriptCommands, MUCComponent mucComponent)
           
GroupchatMessageModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, HistoryProvider historyProvider, MucLogger mucLogger)
           
MediatedInvitationModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
           
ModeratorModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
           
PresenceModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, HistoryProvider historyProvider, PresenceModule.DelayDeliveryThread.DelDeliverySend sender, MucLogger mucLogger)
           
PrivateMessageModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
           
RoomConfigurationModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository, HistoryProvider historyProvider, GroupchatMessageModule messageModule)
           
SoftwareVersionModule(ElementWriter writer)
           
UniqueRoomNameModule(MucConfig config, ElementWriter writer, IMucRepository mucRepository)
           
XmppPingModule(ElementWriter writer)
           
 



Copyright © 2007-2012 Tigase. All Rights Reserved.