Uses of Interface
tigase.db.RepositoryPool
Packages that use RepositoryPool
-
Uses of RepositoryPool in tigase.db
Subinterfaces of RepositoryPool in tigase.dbModifier and TypeInterfaceDescriptioninterface
DataSourcePool<T extends DataSource>
Generic interface for all implementations of a pool of data sources.Classes in tigase.db that implement RepositoryPoolModifier and TypeClassDescriptionclass
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 ofAuthRepository
uses connection pool or non blocking, concurrent access to authentication storage (ie.class
Created: Sep 4, 2010 2:13:22 PMclass
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 ofUserRepository
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