| Package | Description |
|---|---|
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached |
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubDAO<T,S extends tigase.db.DataSource,Q extends Query> |
class |
PubSubDAOJDBC |
class |
PubSubDAOPool<T,S extends tigase.db.DataSource,Q extends Query> |
| Modifier and Type | Method and Description |
|---|---|
IPubSubDAO |
PubSubRepositoryWrapper.getPubSubDAO() |
IPubSubDAO |
IPubSubRepository.getPubSubDAO() |
IPubSubDAO |
PubSubDAOPool.takeDao(tigase.xmpp.jid.BareJID serviceJid) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IPubSubDAO<T,S,Q>> |
PubSubDAOPool.findClassForDataSource(tigase.db.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PubSubDAOPool.offerDao(tigase.xmpp.jid.BareJID serviceJid,
IPubSubDAO dao)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected IPubSubDAO<T,tigase.db.DataSource,Query> |
CachedPubSubRepository.dao |
| Modifier and Type | Method and Description |
|---|---|
IPubSubDAO |
CachedPubSubRepository.getPubSubDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPubSubRepository.setDao(IPubSubDAO<T,tigase.db.DataSource,Query> dao) |
Copyright © 2008–2019 Tigase. All rights reserved.