Class UnifiedArchivePlugin
- java.lang.Object
-
- tigase.xmpp.XMPPProcessor
-
- tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
-
- tigase.archive.unified.processors.UnifiedArchivePlugin
-
- All Implemented Interfaces:
Comparable<tigase.xmpp.XMPPImplIfc>,tigase.xmpp.XMPPImplIfc,tigase.xmpp.XMPPProcessorConcurrencyAwareIfc,tigase.xmpp.XMPPProcessorIfc
@Bean(name="unified-archive", parent=tigase.server.xmppsession.SessionManager.class, active=false) public class UnifiedArchivePlugin extends tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor implements tigase.xmpp.XMPPProcessorIfc- Author:
- andrzej
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringIDprotected tigase.archive.processors.MessageArchivePluginmessageArchivePlugin
-
Constructor Summary
Constructors Constructor Description UnifiedArchivePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()voidprocess(tigase.server.Packet packet, tigase.xmpp.XMPPResourceConnection session, tigase.db.NonAuthUserRepository nonAuthUserRepository, Queue<tigase.server.Packet> results, Map<String,Object> map)voidsetComponentJid(tigase.xmpp.jid.JID componentJid)voidsetMessageArchivePlugin(tigase.archive.processors.MessageArchivePlugin messageArchivePlugin)-
Methods inherited from class tigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
supDiscoFeatures, supElementNamePaths, supNamespaces, supStreamFeatures, supTypes
-
Methods inherited from class tigase.xmpp.XMPPProcessor
canHandle, compareTo, concurrentThreadsPerQueue, getComponentInfo, getInstance, getQueueSize, getStatistics, getThreadsNo, init, isSupporting, supElements, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
ID
protected static final String ID
- See Also:
- Constant Field Values
-
messageArchivePlugin
@Inject protected tigase.archive.processors.MessageArchivePlugin messageArchivePlugin
-
-
Method Detail
-
setMessageArchivePlugin
public void setMessageArchivePlugin(tigase.archive.processors.MessageArchivePlugin messageArchivePlugin)
-
setComponentJid
public void setComponentJid(tigase.xmpp.jid.JID componentJid)
-
id
public String id()
- Specified by:
idin interfacetigase.xmpp.XMPPImplIfc- Overrides:
idin classtigase.xmpp.impl.annotation.AnnotatedXMPPProcessor
-
process
public void process(tigase.server.Packet packet, tigase.xmpp.XMPPResourceConnection session, tigase.db.NonAuthUserRepository nonAuthUserRepository, Queue<tigase.server.Packet> results, Map<String,Object> map) throws tigase.xmpp.XMPPException- Specified by:
processin interfacetigase.xmpp.XMPPProcessorIfc- Throws:
tigase.xmpp.XMPPException
-
-