Uses of Interface
tigase.pubsub.repository.IPubSubRepository
-
Packages that use IPubSubRepository Package Description tigase.pubsub tigase.pubsub.modules tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of IPubSubRepository in tigase.pubsub
Methods in tigase.pubsub that return IPubSubRepository Modifier and Type Method Description protected IPubSubRepositoryAbstractPubSubModule. getRepository()Methods in tigase.pubsub with parameters of type IPubSubRepository Modifier and Type Method Description voidPubSubComponent. setPubsubRepository(IPubSubRepository pubsubRepository) -
Uses of IPubSubRepository in tigase.pubsub.modules
Methods in tigase.pubsub.modules that return IPubSubRepository Modifier and Type Method Description protected IPubSubRepositoryDiscoveryModule. getRepository() -
Uses of IPubSubRepository in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement IPubSubRepository Modifier and Type Class Description classCachedPubSubRepository<T>Implementation of IPubSubRepository interface providing access to the database for data storage with caching. -
Uses of IPubSubRepository in tigase.pubsub.utils
Methods in tigase.pubsub.utils that return IPubSubRepository Modifier and Type Method Description protected IPubSubRepositoryDefaultPubSubLogic. getRepository()
-