Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentRepositoryDataSourceAware<ClusterRepoItem,DataSource>> |
ClusterConnectionManager.DefClConRepositoryBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentRepositoryDataSourceAware<ClusterRepoItem,DataSource>> |
ClusterConnectionManager.DefClConRepositoryBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataSourceAware<T extends DataSource>
Interface providing a generic way to access data sources by classes implementing it.
|
interface |
DataSourcePool<T extends DataSource>
Generic interface for all implementations of a pool of data sources.
|
interface |
MsgRepositoryIfc<T extends DataSource>
Created by andrzej on 13.03.2016.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataRepository
The interface defines a generic data repository for storing arbitrary data in any application specific form.
|
interface |
DataSourcePool<T extends DataSource>
Generic interface for all implementations of a pool of data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
DataRepositoryPool
Created: Sep 4, 2010 2:13:22 PM
|
class |
DummyRepository
DummyRepository is a class with all methods empty.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
DataSource.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource,
boolean shutdownServer)
Method checks version of the particular DataSource stored in the defined source.
|
boolean |
DataRepositoryPool.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource,
boolean shutdownServer) |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSourceBean.DataSourceChangedEvent.getNewDataSource()
Get new instance of data source
|
DataSource |
DataSourceBean.DataSourceChangedEvent.getOldDataSource()
Get old instance of data source
|
DataSource |
DataSourceBean.getRepository(String name)
Retrieves data source for provided name
|
DataSource |
DataSourceBean.removeRepo(String domain)
Remove data source from the pool
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends DataSource> |
DataSourceBean.DataSourceMDConfigBean.getRepositoryIfc()
Get interface to which all instances in this pool must conform.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceBean.addRepo(String domain,
DataSource repo)
Add data source instance to the pool
|
protected abstract Class<?> |
SDRepositoryBean.findClassForDataSource(DataSource dataSource) |
protected abstract Class<? extends T> |
MDRepositoryBean.findClassForDataSource(DataSource dataSource)
Method returns class implementing repository which supports data source instance provided in parameter.
|
protected void |
DataSourceBean.DataSourceMDConfigBean.initRepository(DataSource repo)
Initializes instances of provided data source.
|
void |
DataSourceBean.setDefault(DataSource repo) |
Constructor and Description |
---|
DataSourceChangedEvent(DataSourceBean bean,
String domain,
DataSource newDataSource,
DataSource oldDataSource) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentRepositoryDataSourceAware<Item extends RepositoryItem,DS extends DataSource>
Interface should be implemented by
ComponentRepository which are using DataSource to
load/store entries. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSDComponentRepositoryBean.setRepository(ComponentRepositoryDataSourceAware<Item,DataSource> repository) |
Modifier and Type | Class and Description |
---|---|
class |
DataRepoPool |
Modifier and Type | Method and Description |
---|---|
boolean |
DataRepoPool.checkSchemaVersion(DataSourceAware<? extends DataSource> datasource,
boolean shutdownServer) |
Modifier and Type | Class and Description |
---|---|
class |
DataRepositoryImpl
Created: Sep 3, 2010 5:55:41 PM
|
Modifier and Type | Class and Description |
---|---|
static class |
SchemaManager.DataSourceInfo |
Modifier and Type | Method and Description |
---|---|
protected <T extends DataSource> |
SchemaLoader.addUsersToRepository(SchemaManager.SchemaInfo schemaInfo,
T dataSource,
Class<T> dataSourceClass,
List<BareJID> jids,
String password,
Logger log) |
protected <DS extends DataSource> |
SchemaLoader.getDataSourceAwareClassesForSchemaInfo(SchemaManager.SchemaInfo schema,
Class<DS> dataSourceIfc) |
protected <DSIFC extends DataSource,DS extends DSIFC> |
SchemaLoader.getInitializedDataSourceAwareForSchemaInfo(SchemaManager.SchemaInfo schema,
Class<DSIFC> dataSourceIfc,
DS dataSource,
Logger log) |
protected <T extends DataSource> |
SchemaLoader.initializeDataSourceAwareFunction(T dataSource,
Logger log) |
Modifier and Type | Method and Description |
---|---|
List<SchemaManager.ResultEntry> |
SchemaManager.checkUpgradeSupport(DataSource ds,
List<SchemaManager.SchemaInfo> schemas) |
List<SchemaManager.ResultEntry> |
SchemaManager.destroySchemas(DataSource ds) |
List<SchemaManager.ResultEntry> |
SchemaManager.loadSchemas(DataSource ds,
List<SchemaManager.SchemaInfo> schemas) |
Modifier and Type | Class and Description |
---|---|
class |
XMLDataSource
Created by andrzej on 04.04.2017.
|
Modifier and Type | Class and Description |
---|---|
class |
MsgBroadcastRepository<T,S extends DataSource>
Created by andrzej on 15.03.2016.
|
interface |
MsgBroadcastRepositoryIfc<T extends DataSource>
Created by andrzej on 15.03.2016.
|
class |
MsgRepository<T,S extends DataSource> |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends MsgRepositoryIfc> |
MsgRepository.MsgRepositoryMDBean.findClassForDataSource(DataSource dataSource) |
protected Class<? extends MsgBroadcastRepository> |
MsgBroadcastRepository.MsgBroadcastRepositoryBean.findClassForDataSource(DataSource dataSource) |
void |
MsgRepository.MsgRepositoryMDBean.setDataSource(DataSource dataSource) |
void |
MsgBroadcastRepository.MsgBroadcastRepositoryBean.setDataSource(DataSource dataSource) |
Modifier and Type | Interface and Description |
---|---|
static interface |
SeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource> |
static interface |
SeeOtherHostDualIP.DualIPRepository<T extends DataSource> |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends SeeOtherHostDualIP.DualIPRepository> |
SeeOtherHostDualIP.DualIPRepositoryWrapper.findClassForDataSource(DataSource dataSource) |
protected Class<?> |
SeeOtherHostDB.SeeOtherHostDBSDRepositoryBean.findClassForDataSource(DataSource dataSource) |
void |
SeeOtherHostDualIP.DualIPRepositoryWrapper.setDataSource(DataSource dataSource) |
Modifier and Type | Interface and Description |
---|---|
interface |
CounterDataLoggerRepositoryIfc<DS extends DataSource> |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends CounterDataLoggerRepositoryIfc> |
CounterDataLoggerRepoBean.findClassForDataSource(DataSource dataSource) |
void |
CounterDataLoggerRepoBean.setDataSource(DataSource ds) |
Modifier and Type | Interface and Description |
---|---|
interface |
VHostComponentRepositoryDataSourceAware<DS extends DataSource> |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends VHostComponentRepositoryDataSourceAware<DataSource>> |
VHostManager.DefVHostRepositoryBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends VHostComponentRepositoryDataSourceAware<DataSource>> |
VHostManager.DefVHostRepositoryBean.findClassForDataSource(DataSource dataSource) |
void |
VHostJDBCRepository.setDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected Class |
RepoPool.findClassForDataSource(DataSource dataSource) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.