Uses of Interface
tigase.db.MsgRepositoryIfc
Packages that use MsgRepositoryIfc
Package
Description
Package containing implementation of all Session Manager plugins
-
Uses of MsgRepositoryIfc in tigase.db.xml
Classes in tigase.db.xml that implement MsgRepositoryIfc -
Uses of MsgRepositoryIfc in tigase.server.amp.db
Classes in tigase.server.amp.db that implement MsgRepositoryIfcModifier and TypeClassDescriptionclass
Created: May 3, 2010 5:28:02 PMclass
MsgRepository<T,
S extends DataSource> static class
Bean used to provide MsgRepository implementationsMethods in tigase.server.amp.db that return MsgRepositoryIfcModifier and TypeMethodDescriptionstatic MsgRepositoryIfc
MsgRepository.getInstance
(String cls, String id_string) MsgRepository.MsgRepositoryMDBean.RepoAwareMsgDBItem.getRepo()
Methods in tigase.server.amp.db that return types with arguments of type MsgRepositoryIfcModifier and TypeMethodDescriptionprotected Class<? extends MsgRepositoryIfc>
MsgRepository.MsgRepositoryMDBean.findClassForDataSource
(DataSource dataSource) Methods in tigase.server.amp.db with parameters of type MsgRepositoryIfcModifier and TypeMethodDescriptionprotected void
MsgRepository.MsgRepositoryMDBean.initializeRepository
(String domain, MsgRepositoryIfc repo) boolean
MsgRepository.MsgRepositoryMDBean.offerExpired
(MsgRepositoryIfc repo, Object id, Element element, Date expired) boolean
MsgRepository.MsgRepositoryPoolBean.offerExpired
(MsgRepositoryIfc repo, T id, Element element, Date expired) Deprecated.Constructors in tigase.server.amp.db with parameters of type MsgRepositoryIfcModifierConstructorDescriptionRepoAwareMsgDBItem
(MsgRepositoryIfc repo, Object db_id, Element msg, Date expired) -
Uses of MsgRepositoryIfc in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type MsgRepositoryIfcModifier and TypeMethodDescriptionFlexibleOfflineMessageRetrieval.restorePacketForOffLineUser
(List<String> db_ids, XMPPResourceConnection conn, MsgRepositoryIfc repo)