Package tigase.archive.modules
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
Created by andrzej on 16.07.2016.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MessageArchiveConfigprotected static final Stringprotected MessageArchiveRepository<QueryCriteria,tigase.db.DataSource> protected tigase.component.PacketWriterFields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.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
- See Also:
-
config
-
msg_repo
-
packetWriter
@Inject protected tigase.component.PacketWriter packetWriter
-
-
Constructor Details
-
AbstractModule
public AbstractModule()
-