Uses of Interface
tigase.db.comp.RepositoryItem
-
Packages that use RepositoryItem Package Description tigase.cluster.repo tigase.conf tigase.db.comp tigase.io.repo tigase.monitor tigase.server.ext tigase.server.extdisco tigase.vhosts -
-
Uses of RepositoryItem in tigase.cluster.repo
Classes in tigase.cluster.repo that implement RepositoryItem Modifier and Type Class Description classClusterRepoItem -
Uses of RepositoryItem in tigase.conf
Classes in tigase.conf that implement RepositoryItem Modifier and Type Class Description classConfigItemCreated: Dec 10, 2009 2:40:26 PM -
Uses of RepositoryItem in tigase.db.comp
Classes in tigase.db.comp with type parameters of type RepositoryItem 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.interfaceComponentRepository<Item extends RepositoryItem>A convenience interface for a unified access to component specific repository data.interfaceComponentRepositoryDataSourceAware<Item extends RepositoryItem,DS extends DataSource>Interface should be implemented byComponentRepositorywhich are usingDataSourceto load/store entries.classConfigRepository<Item extends RepositoryItem>Created: Oct 3, 2009 2:58:41 PMinterfaceRepositoryChangeListenerIfc<Item extends RepositoryItem>classUserRepoRepository<Item extends RepositoryItem>Created: Oct 3, 2009 3:55:27 PMClasses in tigase.db.comp that implement RepositoryItem Modifier and Type Class Description classRepositoryItemAbstractCreated: Sep 23, 2010 6:53:14 PMMethods in tigase.db.comp that return RepositoryItem Modifier and Type Method Description Item[]ConfigRepository. getDefaultItems() -
Uses of RepositoryItem in tigase.io.repo
Classes in tigase.io.repo that implement RepositoryItem Modifier and Type Class Description classCertificateItem -
Uses of RepositoryItem in tigase.monitor
Classes in tigase.monitor that implement RepositoryItem Modifier and Type Class Description classTaskConfigItem -
Uses of RepositoryItem in tigase.server.ext
Classes in tigase.server.ext that implement RepositoryItem Modifier and Type Class Description classCompRepoItemCreated: Oct 3, 2009 4:39:51 PM -
Uses of RepositoryItem in tigase.server.extdisco
Classes in tigase.server.extdisco that implement RepositoryItem Modifier and Type Class Description classExtServiceDiscoItemCreated by andrzej on 06.09.2016. -
Uses of RepositoryItem in tigase.vhosts
Subinterfaces of RepositoryItem in tigase.vhosts Modifier and Type Interface Description interfaceVHostItemClasses in tigase.vhosts that implement RepositoryItem Modifier and Type Class Description classVHostItemImplObjects of this class represent virtual host with all hosts configuration settings.protected static classVHostItemImpl.VHostItemWrapper
-