Uses of Interface
tigase.db.comp.ComponentRepository
-
Packages that use ComponentRepository Package Description tigase.cluster tigase.cluster.repo tigase.conf tigase.db.comp tigase.io.repo tigase.monitor tigase.server.ext tigase.server.extdisco tigase.vhosts -
-
Uses of ComponentRepository in tigase.cluster
Classes in tigase.cluster that implement ComponentRepository Modifier and Type Class Description static classClusterConnectionManager.DefClConRepositoryBeanMethods in tigase.cluster with parameters of type ComponentRepository Modifier and Type Method Description voidClusterConnectionManager. setRepo(ComponentRepository<ClusterRepoItem> repo) -
Uses of ComponentRepository in tigase.cluster.repo
Classes in tigase.cluster.repo that implement ComponentRepository Modifier and Type Class Description classClConConfigRepositoryclassClConDirRepositoryclassClConSQLRepository -
Uses of ComponentRepository in tigase.conf
Subinterfaces of ComponentRepository in tigase.conf Modifier and Type Interface Description interfaceConfigRepositoryIfcCreated: Dec 10, 2009 2:04:20 PMClasses in tigase.conf that implement ComponentRepository Modifier and Type Class Description classConfigSQLRepositoryDeprecated.classConfigurationCacheCreated: Dec 10, 2009 2:02:41 PMclassConfigXMLRepositoryClassConfigXMLRepositoryprovides access to configuration settings. -
Uses of ComponentRepository in tigase.db.comp
Subinterfaces of ComponentRepository 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.Classes in tigase.db.comp that implement ComponentRepository Modifier and Type Class Description classAbstractSDComponentRepositoryBean<Item extends RepositoryItem>Class implements ComponentRepository interfaces and extends SDRepositoryBean and is designed to be based bean used by other classes responsible for loading proper implementation of ComponentRepository depending on used implementation of DataSource.classConfigRepository<Item extends RepositoryItem>Created: Oct 3, 2009 2:58:41 PMclassUserRepoRepository<Item extends RepositoryItem>Created: Oct 3, 2009 3:55:27 PM -
Uses of ComponentRepository in tigase.io.repo
Classes in tigase.io.repo that implement ComponentRepository Modifier and Type Class Description classCertificateRepository -
Uses of ComponentRepository in tigase.monitor
Classes in tigase.monitor that implement ComponentRepository Modifier and Type Class Description classTaskConfigItemJDBCRepositoryMethods in tigase.monitor that return ComponentRepository Modifier and Type Method Description ComponentRepository<TaskConfigItem>TasksScriptRegistrar. getRepo()Methods in tigase.monitor with parameters of type ComponentRepository Modifier and Type Method Description voidTasksScriptRegistrar. setRepo(ComponentRepository<TaskConfigItem> repo) -
Uses of ComponentRepository in tigase.server.ext
Classes in tigase.server.ext that implement ComponentRepository Modifier and Type Class Description classAbstractCompDBRepositoryCreated: Oct 24, 2009 3:55:41 PMclassCompCompDBRepositoryclassCompConfigRepositoryDeprecated.classCompSQLRepositoryDeprecated.classManagerCompDBRepositoryclassServerCompDBRepositoryMethods in tigase.server.ext with parameters of type ComponentRepository Modifier and Type Method Description voidComponentProtocol. setRepo(ComponentRepository<CompRepoItem> repo) -
Uses of ComponentRepository in tigase.server.extdisco
Classes in tigase.server.extdisco that implement ComponentRepository Modifier and Type Class Description classExtServiceDiscoveryUserRepoRepositoryCreated by andrzej on 06.09.2016. -
Uses of ComponentRepository in tigase.vhosts
Subinterfaces of ComponentRepository in tigase.vhosts Modifier and Type Interface Description interfaceVHostComponentRepositoryinterfaceVHostComponentRepositoryDataSourceAware<DS extends DataSource>Classes in tigase.vhosts that implement ComponentRepository Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.static classVHostManager.DefVHostRepositoryBeanMethods in tigase.vhosts that return ComponentRepository Modifier and Type Method Description ComponentRepository<VHostItem>VHostManager. getComponentRepository()
-