Uses of Interface
tigase.db.DataSourceAware
Packages that use DataSourceAware
Package
Description
-
Uses of DataSourceAware in tigase.cluster.repo
Classes in tigase.cluster.repo that implement DataSourceAware -
Uses of DataSourceAware in tigase.db
Subinterfaces of DataSourceAware in tigase.dbModifier and TypeInterfaceDescriptioninterfaceMsgRepositoryIfc<T extends DataSource>Created by andrzej on 13.03.2016.Methods in tigase.db with parameters of type DataSourceAwareModifier and TypeMethodDescriptionbooleanDataRepositoryPool.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) default booleanDataSource.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) Method checks version of the particular DataSource stored in the defined source. -
Uses of DataSourceAware in tigase.db.beans
Classes in tigase.db.beans with type parameters of type DataSourceAwareModifier and TypeClassDescriptionclassMDRepositoryBean<T extends DataSourceAware>Abstract class implementing bean to which should be used to create name aware repository pool.static classMDRepositoryConfigBean is bean responsible for basic management and initialization of repository for domain.classMDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of MDRepositoryBean class with support for statistics gathering.classSDRepositoryBean<A extends DataSourceAware>Abstract class implementing bean to which can be used to create name unaware repository pool.classSDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of SDRepositoryBean class with support for statistics gathering. -
Uses of DataSourceAware in tigase.db.comp
Subinterfaces of DataSourceAware in tigase.db.compModifier and TypeInterfaceDescriptioninterfaceComponentRepositoryDataSourceAware<Item extends RepositoryItem, DS extends DataSource>Interface should be implemented byComponentRepositorywhich are usingDataSourceto load/store entries. -
Uses of DataSourceAware in tigase.db.converter
Methods in tigase.db.converter with parameters of type DataSourceAwareModifier and TypeMethodDescriptionbooleanDataRepoPool.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) -
Uses of DataSourceAware in tigase.db.jdbc
Classes in tigase.db.jdbc that implement DataSourceAwareModifier and TypeClassDescriptionclassNot synchronized implementation!classDeprecated.classThe user authentication connector allows for customized SQL queries to be used.classTigase Salted Password Auth. -
Uses of DataSourceAware in tigase.db.util
Methods in tigase.db.util that return types with arguments of type DataSourceAwareModifier and TypeMethodDescriptionprotected <DS extends DataSource>
Stream<Class<DataSourceAware<DS>>> SchemaLoader.getDataSourceAwareClassesForSchemaInfo(SchemaManager.SchemaInfo schema, Class<DS> dataSourceIfc) protected <DSIFC extends DataSource, DS extends DSIFC>
Stream<DataSourceAware> SchemaLoader.getInitializedDataSourceAwareForSchemaInfo(SchemaManager.SchemaInfo schema, Class<DSIFC> dataSourceIfc, DS dataSource, Logger log) protected <T extends DataSource>
Function<DataSourceAware<T>, DataSourceAware<T>> SchemaLoader.initializeDataSourceAwareFunction(T dataSource, Logger log) protected <T extends DataSource>
Function<DataSourceAware<T>, DataSourceAware<T>> SchemaLoader.initializeDataSourceAwareFunction(T dataSource, Logger log) Constructor parameters in tigase.db.util with type arguments of type DataSourceAwareModifierConstructorDescriptionVersionCheckerSchemaInfo(Class<? extends DataSourceAware> datasourceClass, Optional<Version> databaseVersion, Version requiredVersion) -
Uses of DataSourceAware in tigase.db.xml
Classes in tigase.db.xml that implement DataSourceAwareModifier and TypeClassDescriptionclassCreated by andrzej on 04.04.2017.classClassXMLRepositoryis a XML implementation ofUserRepository. -
Uses of DataSourceAware in tigase.examples
Classes in tigase.examples that implement DataSourceAwareModifier and TypeClassDescriptionclassThis is only and example, sample implementation of DataSourceAware and should not be used! -
Uses of DataSourceAware in tigase.server.amp.db
Subinterfaces of DataSourceAware in tigase.server.amp.dbModifier and TypeInterfaceDescriptioninterfaceMsgBroadcastRepositoryIfc<T extends DataSource>Created by andrzej on 15.03.2016.Classes in tigase.server.amp.db that implement DataSourceAwareModifier and TypeClassDescriptionclassCreated by andrzej on 15.03.2016.classCreated: May 3, 2010 5:28:02 PMclassMsgBroadcastRepository<T, S extends DataSource>Created by andrzej on 15.03.2016.static classclassMsgRepository<T, S extends DataSource>static classBean used to provide MsgRepository implementations -
Uses of DataSourceAware in tigase.server.ext
Classes in tigase.server.ext that implement DataSourceAware -
Uses of DataSourceAware in tigase.server.xmppclient
Subinterfaces of DataSourceAware in tigase.server.xmppclientModifier and TypeInterfaceDescriptionstatic interfaceSeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource>static interfaceSeeOtherHostDualIP.DualIPRepository<T extends DataSource>Classes in tigase.server.xmppclient that implement DataSourceAwareModifier and TypeClassDescriptionstatic classstatic classclass -
Uses of DataSourceAware in tigase.stats.db
Subinterfaces of DataSourceAware in tigase.stats.dbModifier and TypeInterfaceDescriptioninterfaceCounterDataLoggerRepositoryIfc<DS extends DataSource>Classes in tigase.stats.db that implement DataSourceAwareModifier and TypeClassDescriptionclassclass -
Uses of DataSourceAware in tigase.vhosts
Subinterfaces of DataSourceAware in tigase.vhostsModifier and TypeInterfaceDescriptioninterfaceVHostComponentRepositoryDataSourceAware<DS extends DataSource>Classes in tigase.vhosts that implement DataSourceAwareModifier and TypeClassDescriptionclassThis implementation stores virtual domains in the UserRepository database.