Uses of Interface
tigase.db.DataSourceAware
-
-
Uses of DataSourceAware in tigase.cluster.repo
Classes in tigase.cluster.repo that implement DataSourceAware Modifier and Type Class Description classClConSQLRepository -
Uses of DataSourceAware in tigase.db
Subinterfaces of DataSourceAware in tigase.db Modifier and Type Interface Description interfaceMsgRepositoryIfc<T extends DataSource>Created by andrzej on 13.03.2016.Methods in tigase.db with parameters of type DataSourceAware Modifier and Type Method Description booleanDataRepositoryPool. 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 DataSourceAware Modifier and Type Class Description classMDRepositoryBean<T extends DataSourceAware>Abstract class implementing bean to which should be used to create name aware repository pool.static classMDRepositoryBean.MDRepositoryConfigBean<A extends DataSourceAware>MDRepositoryConfigBean 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.comp Modifier and Type Interface Description interfaceComponentRepositoryDataSourceAware<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 DataSourceAware Modifier and Type Method Description booleanDataRepoPool. checkSchemaVersion(DataSourceAware<? extends DataSource> datasource, boolean shutdownServer) -
Uses of DataSourceAware in tigase.db.jdbc
Classes in tigase.db.jdbc that implement DataSourceAware Modifier and Type Class Description classDrupalWPAuthDescribe class DrupalWPAuth here.classJDBCRepositoryNot synchronized implementation!classTigaseAuthDeprecated.classTigaseCustomAuthThe user authentication connector allows for customized SQL queries to be used.classTigaseSPAuthTigase Salted Password Auth. -
Uses of DataSourceAware in tigase.db.util
Methods in tigase.db.util that return types with arguments of type DataSourceAware Modifier and Type Method Description protected <DS extends DataSource>
java.util.stream.Stream<java.lang.Class<DataSourceAware<DS>>>SchemaLoader. getDataSourceAwareClassesForSchemaInfo(SchemaManager.SchemaInfo schema, java.lang.Class<DS> dataSourceIfc)protected <DSIFC extends DataSource,DS extends DSIFC>
java.util.stream.Stream<DataSourceAware>SchemaLoader. getInitializedDataSourceAwareForSchemaInfo(SchemaManager.SchemaInfo schema, java.lang.Class<DSIFC> dataSourceIfc, DS dataSource, java.util.logging.Logger log)protected <T extends DataSource>
java.util.function.Function<DataSourceAware<T>,DataSourceAware<T>>SchemaLoader. initializeDataSourceAwareFunction(T dataSource, java.util.logging.Logger log)protected <T extends DataSource>
java.util.function.Function<DataSourceAware<T>,DataSourceAware<T>>SchemaLoader. initializeDataSourceAwareFunction(T dataSource, java.util.logging.Logger log)Constructor parameters in tigase.db.util with type arguments of type DataSourceAware Constructor Description VersionCheckerSchemaInfo(java.lang.Class<? extends DataSourceAware> datasourceClass, java.util.Optional<Version> databaseVersion, Version requiredVersion) -
Uses of DataSourceAware in tigase.db.xml
Classes in tigase.db.xml that implement DataSourceAware Modifier and Type Class Description classXMLMsgRepositoryCreated by andrzej on 04.04.2017.classXMLRepositoryClassXMLRepositoryis a XML implementation ofUserRepository. -
Uses of DataSourceAware in tigase.server.amp.db
Subinterfaces of DataSourceAware in tigase.server.amp.db Modifier and Type Interface Description interfaceMsgBroadcastRepositoryIfc<T extends DataSource>Created by andrzej on 15.03.2016.Classes in tigase.server.amp.db that implement DataSourceAware Modifier and Type Class Description classJDBCMsgBroadcastRepositoryCreated by andrzej on 15.03.2016.classJDBCMsgRepositoryCreated: May 3, 2010 5:28:02 PMclassMsgBroadcastRepository<T,S extends DataSource>Created by andrzej on 15.03.2016.static classMsgBroadcastRepository.MsgBroadcastRepositoryBeanclassMsgRepository<T,S extends DataSource>static classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementations -
Uses of DataSourceAware in tigase.server.ext
Classes in tigase.server.ext that implement DataSourceAware Modifier and Type Class Description classCompSQLRepositoryDeprecated. -
Uses of DataSourceAware in tigase.server.xmppclient
Subinterfaces of DataSourceAware in tigase.server.xmppclient Modifier and Type Interface Description static interfaceSeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource>static interfaceSeeOtherHostDualIP.DualIPRepository<T extends DataSource>Classes in tigase.server.xmppclient that implement DataSourceAware Modifier and Type Class Description static classSeeOtherHostDB.JDBCSeeOtherHostRepositorystatic classSeeOtherHostDualIP.DualIPRepositoryWrapperclassSeeOtherHostDualIPSQLRepository -
Uses of DataSourceAware in tigase.stats.db
Subinterfaces of DataSourceAware in tigase.stats.db Modifier and Type Interface Description interfaceCounterDataLoggerRepositoryIfc<DS extends DataSource>Classes in tigase.stats.db that implement DataSourceAware Modifier and Type Class Description classCounterDataLoggerRepoBeanclassCounterDataLoggerRepository -
Uses of DataSourceAware in tigase.vhosts
Subinterfaces of DataSourceAware in tigase.vhosts Modifier and Type Interface Description interfaceVHostComponentRepositoryDataSourceAware<DS extends DataSource>Classes in tigase.vhosts that implement DataSourceAware Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database. -
Uses of DataSourceAware in tigase.workgroupqueues.data
Subinterfaces of DataSourceAware in tigase.workgroupqueues.data Modifier and Type Interface Description interfaceStoreInterface for queue storage.Classes in tigase.workgroupqueues.data that implement DataSourceAware Modifier and Type Class Description classRepoPoolCreated by bmalkow on 22.02.2017. -
Uses of DataSourceAware in tigase.workgroupqueues.data.jdbc
Classes in tigase.workgroupqueues.data.jdbc that implement DataSourceAware Modifier and Type Class Description classJDBCWorkgroupQueuesRepository -
Uses of DataSourceAware in tigase.workgroupqueues.data.memory
Classes in tigase.workgroupqueues.data.memory that implement DataSourceAware Modifier and Type Class Description classMemoryStore
-