Class AbstractModule
java.lang.Object
tigase.archive.modules.AbstractModule
- All Implemented Interfaces:
tigase.component.modules.Module
- Direct Known Subclasses:
ArchivingModule, ListCollectionsModule, QueryTagsModule, RemoveItemsModule, RetrieveItemsModule, SaveItemsModule
@Deprecated
public abstract class AbstractModule
extends Object
implements tigase.component.modules.Module
Deprecated.
Created by andrzej on 16.07.2016.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MessageArchiveConfigDeprecated.protected static final StringDeprecated.protected MessageArchiveRepository<QueryCriteria, tigase.db.DataSource> Deprecated.protected tigase.component.PacketWriterDeprecated.Fields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.modules.Module
canHandle, getFeatures, getModuleCriteria, process
-
Field Details
-
MA_XMLNS
-
config
Deprecated. -
msg_repo
Deprecated. -
packetWriter
@Inject protected tigase.component.PacketWriter packetWriterDeprecated.
-
-
Constructor Details
-
AbstractModule
public AbstractModule()Deprecated.
-