Uses of Interface
tigase.db.MsgRepositoryIfc
-
Packages that use MsgRepositoryIfc Package Description tigase.db.xml tigase.server.amp.db tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of MsgRepositoryIfc in tigase.db.xml
Classes in tigase.db.xml that implement MsgRepositoryIfc Modifier and Type Class Description classXMLMsgRepositoryCreated by andrzej on 04.04.2017. -
Uses of MsgRepositoryIfc in tigase.server.amp.db
Classes in tigase.server.amp.db that implement MsgRepositoryIfc Modifier and Type Class Description classJDBCMsgRepositoryCreated: May 3, 2010 5:28:02 PMclassMsgRepository<T,S extends DataSource>static classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementationsMethods in tigase.server.amp.db that return MsgRepositoryIfc Modifier and Type Method Description static MsgRepositoryIfcMsgRepository. getInstance(String cls, String id_string)Methods in tigase.server.amp.db that return types with arguments of type MsgRepositoryIfc Modifier and Type Method Description protected Class<? extends MsgRepositoryIfc>MsgRepository.MsgRepositoryMDBean. findClassForDataSource(DataSource dataSource)Methods in tigase.server.amp.db with parameters of type MsgRepositoryIfc Modifier and Type Method Description protected voidMsgRepository.MsgRepositoryMDBean. initializeRepository(String domain, MsgRepositoryIfc repo) -
Uses of MsgRepositoryIfc in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type MsgRepositoryIfc Modifier and Type Method Description Queue<Packet>FlexibleOfflineMessageRetrieval. restorePacketForOffLineUser(List<String> db_ids, XMPPResourceConnection conn, MsgRepositoryIfc repo)
-