Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentRepositoryDataSourceAware<ClusterRepoItem,DataSource>> |
ClusterConnectionManager.DefClConRepositoryBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
ClConSQLRepository.initRepository(String conn_str,
Map<String,String> params)
Deprecated.
|
void |
ClConDirRepository.initRepository(String conn_str,
Map<String,String> params)
Deprecated.
|
void |
ClConConfigRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCache.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
ConfigXMLRepository.initRepository(String repo_uri,
Map<String,String> params) |
void |
ConfigSQLRepository.initRepository(String repo_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AuthRepository |
RepositoryFactory.getAuthRepository(String class_name,
String resource,
Map<String,String> params)
Deprecated.
|
static DataRepository |
RepositoryFactory.getDataRepository(String class_name,
String resource,
Map<String,String> params)
Deprecated.
|
static <T extends Class<?>> |
DataSourceHelper.getDefaultClass(T cls,
String uri)
Method returns class which would be by default used as implementation of class
|
static <T extends Class<?>> |
DataSourceHelper.getDefaultClass(T cls,
String uri,
DataSourceHelper.Matcher matcher) |
static String |
DataSourceHelper.getDefaultClassName(Class cls,
String uri) |
static <T extends Class<? extends Repository>> |
RepositoryFactory.getRepoClass(T cls,
String uri)
Deprecated.
Method returns class which would be by default used as implementation of class
|
static String |
RepositoryFactory.getRepoClassName(Class cls,
String uri)
Deprecated.
Returns name of class which would be used as repository implementation
|
static UserRepository |
RepositoryFactory.getUserRepository(String class_name,
String resource,
Map<String,String> params)
Deprecated.
|
void |
DataRepositoryPool.initialize(String resource_uri) |
void |
UserRepositoryPool.initRepository(String resource_uri,
Map<String,String> params) |
void |
UserRepositoryMDImpl.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
default void |
Repository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
DataRepositoryPool.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
AuthRepositoryPool.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
AuthRepositoryMDImpl.initRepository(String resource_uri,
Map<String,String> params) |
void |
AuthRepositoryImpl.initRepository(String string,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 Class<?> |
SDRepositoryBean.getRepositoryClassName() |
protected Class<?> |
MDRepositoryBean.MDRepositoryConfigBean.getRepositoryClassName()
Method returns class for instance repository matching data source or returning class specified in
cls config field. |
protected String |
MDPoolConfigBean.getRepositoryClassName()
Get class name to initialize as repository
|
protected String |
AuthUserRepositoryConfigBean.getRepositoryClassName()
Returns class name of a repository to initialize for domain
|
protected abstract String |
MDPoolConfigBean.getRepositoryPoolClassName()
Get name of a pool which should be used if any.
|
protected String |
DataSourceBean.DataSourceMDConfigBean.getRepositoryPoolClassName()
Finds and retrieves repository pool class name for data source defined in this config bean. *
Name of a pool class will be retrieved from poolCls field or looked for instances of
DataSourcePool class annotated with Repository.Meta which supported uri
matches (regexp) of data source URI. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSDComponentRepositoryBean.initRepository(String resource_uri,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
void |
DataRepoPool.initialize(String resource_uri) |
Modifier and Type | Method and Description |
---|---|
void |
DataRepositoryImpl.initialize(String resource_uri) |
void |
TigaseCustomAuth.initRepository(String connection_str,
Map<String,String> params)
Deprecated.
|
void |
TigaseAuth.initRepository(String connection_str,
Map<String,String> params)
Deprecated.
|
void |
JDBCRepository.initRepository(String connection_str,
Map<String,String> params)
Deprecated.
|
void |
DrupalWPAuth.initRepository(String connection_str,
Map<String,String> params)
Deprecated.
|
void |
DataRepositoryImpl.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
TigaseCustomAuth.setDataSource(DataRepository data_repo) |
void |
TigaseAuth.setDataSource(DataRepository dataSource)
Deprecated.
|
void |
JDBCRepository.setDataSource(DataRepository dataSource) |
void |
DrupalWPAuth.setDataSource(DataRepository dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
LdapAuthProvider.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaManager.DataSourceInfo.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRepository.initRepository(String file,
Map<String,String> params)
Deprecated.
|
void |
XMLDataSource.initRepository(String file,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskConfigItemJDBCRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
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.initRepository(String conn_str,
Map<String,String> map)
Deprecated.
|
void |
MsgRepository.MsgRepositoryMDBean.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
JDBCMsgRepository.initRepository(String conn_str,
Map<String,String> map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CompSQLRepository.initRepository(String conn_str,
Map<String,String> params)
Deprecated.
|
void |
CompConfigRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
void |
AbstractCompDBRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtServiceDiscoveryUserRepoRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends SeeOtherHostDualIP.DualIPRepository> |
SeeOtherHostDualIP.DualIPRepositoryWrapper.findClassForDataSource(DataSource dataSource) |
protected Class<?> |
SeeOtherHostDB.SeeOtherHostDBSDRepositoryBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
CounterDataArchivizer.initRepository(String conn_str,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends CounterDataLoggerRepositoryIfc> |
CounterDataLoggerRepoBean.findClassForDataSource(DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends VHostComponentRepositoryDataSourceAware<DataSource>> |
VHostManager.DefVHostRepositoryBean.findClassForDataSource(DataSource dataSource) |
void |
VHostJDBCRepository.initRepository(String resource_uri,
Map<String,String> params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
RepoPool.findClassForDataSource(DataSource dataSource) |
void |
RepoPool.initRepository(String resource_uri,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCWorkgroupQueuesRepository.initRepository(String resource_uri,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.initRepository(String s,
Map<String,String> map) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.