Package tigase.archive.unified.db
Class JDBCUnifiedArchiveRepository.Item
java.lang.Object
tigase.archive.db.JDBCMessageArchiveRepository.Item<QueryCriteria>
tigase.archive.unified.db.JDBCUnifiedArchiveRepository.Item
- All Implemented Interfaces:
tigase.archive.db.MessageArchiveRepository.Item,UnifiedArchiveRepository.Item,tigase.xmpp.mam.MAMRepository.Item
- Enclosing class:
- JDBCUnifiedArchiveRepository
protected static class JDBCUnifiedArchiveRepository.Item
extends tigase.archive.db.JDBCMessageArchiveRepository.Item<QueryCriteria>
implements UnifiedArchiveRepository.Item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intread(tigase.db.DataRepository repo, ResultSet rs, QueryCriteria crit) Methods inherited from class tigase.archive.db.JDBCMessageArchiveRepository.Item
getDirection, getId, getMessage, getTimestamp, getWithMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.xmpp.mam.MAMRepository.Item
getId, getMessage, getTimestampMethods inherited from interface tigase.archive.db.MessageArchiveRepository.Item
getDirection, getWith
-
Constructor Details
-
Item
protected Item()
-
-
Method Details
-
getItemType
- Specified by:
getItemTypein interfaceUnifiedArchiveRepository.Item
-
getDuration
- Specified by:
getDurationin interfaceUnifiedArchiveRepository.Item
-
getCondition
- Specified by:
getConditionin interfaceUnifiedArchiveRepository.Item
-
read
protected int read(tigase.db.DataRepository repo, ResultSet rs, QueryCriteria crit) throws SQLException - Overrides:
readin classtigase.archive.db.JDBCMessageArchiveRepository.Item<QueryCriteria>- Throws:
SQLException
-