|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataRepository | |
|---|---|
| tigase.db | |
| tigase.db.jdbc | |
| Uses of DataRepository in tigase.db |
|---|
| Classes in tigase.db that implement DataRepository | |
|---|---|
class |
DataRepositoryPool
Created: Sep 4, 2010 2:13:22 PM |
| Methods in tigase.db that return DataRepository | |
|---|---|
static DataRepository |
RepositoryFactory.getDataRepository(String class_name,
String resource,
Map<String,String> params)
Method description |
DataRepository |
DataRepositoryPool.takeRepo(tigase.xmpp.BareJID user_id)
Method description |
DataRepository |
DataRepositoryPool.takeRepoHandle(tigase.xmpp.BareJID user_id)
|
DataRepository |
DataRepository.takeRepoHandle(tigase.xmpp.BareJID user_id)
Returns DataRepository instance. |
| Methods in tigase.db with parameters of type DataRepository | |
|---|---|
void |
DataRepositoryPool.addRepo(DataRepository repo)
Method description |
void |
DataRepositoryPool.releaseRepoHandle(DataRepository repo)
|
void |
DataRepository.releaseRepoHandle(DataRepository repo)
|
| Uses of DataRepository in tigase.db.jdbc |
|---|
| Classes in tigase.db.jdbc that implement DataRepository | |
|---|---|
class |
DataRepositoryImpl
Created: Sep 3, 2010 5:55:41 PM |
| Methods in tigase.db.jdbc that return DataRepository | |
|---|---|
DataRepository |
DataRepositoryImpl.takeRepoHandle(tigase.xmpp.BareJID user_id)
|
| Methods in tigase.db.jdbc with parameters of type DataRepository | |
|---|---|
long |
JDBCRepository.getUserUID(DataRepository repo,
tigase.xmpp.BareJID user_id)
|
void |
DataRepositoryImpl.releaseRepoHandle(DataRepository repo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||