Package tigase.db

Class AuthRepositoryPool

  • All Implemented Interfaces:
    AuthRepository, Repository, RepositoryPool<AuthRepository>

    public class AuthRepositoryPool
    extends java.lang.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