Package | Description |
---|---|
tigase.db | |
tigase.db.converter |
Modifier and Type | Interface and Description |
---|---|
interface |
DataSourcePool<T extends DataSource>
Generic interface for all implementations of a pool of data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthRepositoryPool
Pool for authentication repositories. *
This pool should be used if connection to authentication storage is blocking or synchronized, ie. implemented using single connection.* If implementation of AuthRepository uses connection pool or non blocking, concurrent access to authentication storage (ie. |
class |
DataRepositoryPool
Created: Sep 4, 2010 2:13:22 PM
|
class |
UserRepositoryPool
Pool for user repositories. *
This pool should be used if connection to user storage is blocking or synchronized, ie. implemented using single connection.* If implementation of UserRepository uses connection pool
or non blocking, concurrent access to user storage (ie. |
Modifier and Type | Class and Description |
---|---|
class |
DataRepoPool |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.