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 TypeClassDescriptionclassCreated: May 3, 2010 5:28:02 PMclassMsgRepository<T, S extends DataSource>static classBean used to provide MsgRepository implementationsSubclasses with type arguments of type MsgRepositoryIfc in tigase.server.amp.dbModifier and TypeClassDescriptionstatic classBean used to provide MsgRepository implementationsstatic classMethods in tigase.server.amp.db that return MsgRepositoryIfcModifier and TypeMethodDescriptionstatic MsgRepositoryIfcMsgRepository.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 voidMsgRepository.MsgRepositoryMDBean.initializeRepository(String domain, MsgRepositoryIfc repo) booleanMsgRepository.MsgRepositoryMDBean.offerExpired(MsgRepositoryIfc repo, Object id, Element element, Date expired) booleanMsgRepository.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)