Uses of Interface
tigase.db.RepositoryPool
-
Packages that use RepositoryPool Package Description tigase.db tigase.db.converter -
-
Uses of RepositoryPool in tigase.db
Subinterfaces of RepositoryPool in tigase.db Modifier and Type Interface Description interfaceDataSourcePool<T extends DataSource>Generic interface for all implementations of a pool of data sources.Classes in tigase.db that implement RepositoryPool Modifier and Type Class Description classAuthRepositoryPoolPool for authentication repositories. *
This pool should be used if connection to authentication storage is blocking or synchronized, ie. implemented using single connection.*
If implementation ofAuthRepositoryuses connection pool or non blocking, concurrent access to authentication storage (ie.classDataRepositoryPoolCreated: Sep 4, 2010 2:13:22 PMclassUserRepositoryPoolPool for user repositories. *
This pool should be used if connection to user storage is blocking or synchronized, ie. implemented using single connection.*
If implementation ofUserRepositoryuses 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 classDataRepoPool
-