Uses of Class
tigase.pubsub.repository.PubSubDAO

Packages that use PubSubDAO
tigase.pubsub   
tigase.pubsub.modules.commands   
tigase.pubsub.repository   
tigase.pubsub.repository.cached   
 

Uses of PubSubDAO in tigase.pubsub
 

Fields in tigase.pubsub declared as PubSubDAO
protected  PubSubDAO PubSubComponent.directPubSubRepository
           
 

Methods in tigase.pubsub with parameters of type PubSubDAO
protected  CachedPubSubRepository PubSubComponent.createPubSubRepository(PubSubDAO directRepository)
           
 void PubSubComponent.initialize(java.lang.String[] admins, PubSubDAO pubSubDAO, IPubSubRepository createPubSubRepository, LeafNodeConfig defaultNodeConfig)
           
 void PubSubClusterComponent.initialize(java.lang.String[] admins, PubSubDAO pubSubDAO, IPubSubRepository createPubSubRepository, LeafNodeConfig defaultNodeConfig)
           
 

Uses of PubSubDAO in tigase.pubsub.modules.commands
 

Constructors in tigase.pubsub.modules.commands with parameters of type PubSubDAO
DeleteAllNodesCommand(PubSubConfig config, PubSubDAO directPubSubRepository, tigase.db.UserRepository userRepo)
           
ReadAllNodesCommand(PubSubConfig config, PubSubDAO directPubSubRepository, CachedPubSubRepository pubsubRepository)
           
RebuildDatabaseCommand(PubSubConfig config, PubSubDAO directPubSubRepository)
           
 

Uses of PubSubDAO in tigase.pubsub.repository
 

Subclasses of PubSubDAO in tigase.pubsub.repository
 class PubSubDAOJDBC
           
 class PubSubDAOPool
           
 

Methods in tigase.pubsub.repository that return PubSubDAO
 PubSubDAO PubSubDAOPool.takeDao()
           
 

Methods in tigase.pubsub.repository with parameters of type PubSubDAO
 void PubSubDAOPool.addDao(PubSubDAO dao)
           
 

Uses of PubSubDAO in tigase.pubsub.repository.cached
 

Constructors in tigase.pubsub.repository.cached with parameters of type PubSubDAO
CachedPubSubRepository(PubSubDAO dao, java.lang.Integer maxCacheSize)
           
 



Copyright © 2008-2009 Tigase. All Rights Reserved.