Uses of Interface
tigase.db.RepositoryPool

Packages that use RepositoryPool
Package
Description
 
 
  • Uses of RepositoryPool in tigase.db

    Subinterfaces of RepositoryPool in tigase.db
    Modifier and Type
    Interface
    Description
    interface 
    Generic interface for all implementations of a pool of data sources.
    Classes in tigase.db that implement RepositoryPool
    Modifier and Type
    Class
    Description
    class 
    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 
    Created: Sep 4, 2010 2:13:22 PM
    class 
    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.
  • Uses of RepositoryPool in tigase.db.converter

    Classes in tigase.db.converter that implement RepositoryPool
    Modifier and Type
    Class
    Description
    class