|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String[] admins,
PubSubDAO pubSubDAO,
IPubSubRepository createPubSubRepository,
LeafNodeConfig defaultNodeConfig)
Method description |
| 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)
Constructs ... |
|
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,
Integer maxCacheSize)
Constructs ... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||