| Package | Description |
|---|---|
| tigase.pubsub | |
| tigase.pubsub.modules.commands | |
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached | |
| tigase.pubsub.repository.migration |
| Modifier and Type | Method and Description |
|---|---|
protected PubSubDAO |
PubSubComponent.createDAO(Map<String,Object> props)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
protected IPubSubRepository |
PubSubComponent.createPubSubRepository(PubSubDAO directRepository) |
void |
PubSubComponent.initialize(String[] admins,
PubSubDAO pubSubDAO,
IPubSubRepository createPubSubRepository,
LeafNodeConfig defaultNodeConfig)
Method description
|
| Constructor and Description |
|---|
DeleteAllNodesCommand(PubSubConfig config,
PubSubDAO directPubSubRepository,
tigase.db.UserRepository userRepo)
Constructs ...
|
ReadAllNodesCommand(PubSubConfig config,
PubSubDAO directPubSubRepository,
IPubSubRepository pubsubRepository) |
RebuildDatabaseCommand(PubSubConfig config,
PubSubDAO directPubSubRepository) |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubDAOJDBC |
class |
PubSubDAOPool |
| Modifier and Type | Method and Description |
|---|---|
PubSubDAO |
PubSubDAOPool.takeDao(tigase.xmpp.BareJID serviceJid) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubDAOPool.addDao(tigase.xmpp.BareJID domain,
PubSubDAO dao) |
protected void |
PubSubDAOPool.offerDao(tigase.xmpp.BareJID serviceJid,
PubSubDAO dao) |
| Constructor and Description |
|---|
CachedPubSubRepository(PubSubDAO dao,
Integer maxCacheSize)
Constructs ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubNewDAOJDBC |
Copyright © 2008–2014 Tigase. All rights reserved.