Uses of Class
tigase.server.ext.CompRepoItem
-
Packages that use CompRepoItem Package Description tigase.server.ext -
-
Uses of CompRepoItem in tigase.server.ext
Methods in tigase.server.ext that return CompRepoItem Modifier and Type Method Description CompRepoItemComponentProtocol. getCompRepoItem(java.lang.String hostname)CompRepoItemComponentProtocolHandler. getCompRepoItem(java.lang.String hostname)CompRepoItemCompSQLRepository. getItem(java.lang.String key)Deprecated.CompRepoItemAbstractCompDBRepository. getItemInstance()CompRepoItemCompConfigRepository. getItemInstance()Deprecated.static CompRepoItemCompRepoDefaults. getItemInstance()CompRepoItemCompSQLRepository. getItemInstance()Deprecated.Methods in tigase.server.ext that return types with arguments of type CompRepoItem Modifier and Type Method Description java.util.Collection<CompRepoItem>CompSQLRepository. allItems()Deprecated.java.util.Iterator<CompRepoItem>CompSQLRepository. iterator()Deprecated.Methods in tigase.server.ext with parameters of type CompRepoItem Modifier and Type Method Description voidCompSQLRepository. addItem(CompRepoItem item)Deprecated.voidCompSQLRepository. addItemNoStore(CompRepoItem item)Deprecated.voidComponentProtocol. itemAdded(CompRepoItem repoItem)voidComponentProtocol. itemRemoved(CompRepoItem item)voidComponentProtocol. itemUpdated(CompRepoItem item)java.lang.StringAbstractCompDBRepository. validateItem(CompRepoItem item)java.lang.StringCompConfigRepository. validateItem(CompRepoItem item)Deprecated.java.lang.StringCompSQLRepository. validateItem(CompRepoItem item)Deprecated.Method parameters in tigase.server.ext with type arguments of type CompRepoItem Modifier and Type Method Description voidCompSQLRepository. addRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)Deprecated.voidCompSQLRepository. removeRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)Deprecated.voidComponentProtocol. setRepo(ComponentRepository<CompRepoItem> repo)
-