Package tigase.db

Class AuthRepositoryPool

java.lang.Object
tigase.db.AuthRepositoryPool
All Implemented Interfaces:
AuthRepository, Repository, RepositoryPool<AuthRepository>

public class AuthRepositoryPool extends Object implements AuthRepository, RepositoryPool<AuthRepository>
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. DataSourcePool), then this pool is not need.
Created: Mar 27, 2010 11:31:17 PM
Author:
Artur Hefczyc