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 CompRepoItem
ComponentProtocol. getCompRepoItem(java.lang.String hostname)
CompRepoItem
ComponentProtocolHandler. getCompRepoItem(java.lang.String hostname)
CompRepoItem
CompSQLRepository. getItem(java.lang.String key)
Deprecated.CompRepoItem
AbstractCompDBRepository. getItemInstance()
CompRepoItem
CompConfigRepository. getItemInstance()
Deprecated.static CompRepoItem
CompRepoDefaults. getItemInstance()
CompRepoItem
CompSQLRepository. 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 void
CompSQLRepository. addItem(CompRepoItem item)
Deprecated.void
CompSQLRepository. addItemNoStore(CompRepoItem item)
Deprecated.void
ComponentProtocol. itemAdded(CompRepoItem repoItem)
void
ComponentProtocol. itemRemoved(CompRepoItem item)
void
ComponentProtocol. itemUpdated(CompRepoItem item)
java.lang.String
AbstractCompDBRepository. validateItem(CompRepoItem item)
java.lang.String
CompConfigRepository. validateItem(CompRepoItem item)
Deprecated.java.lang.String
CompSQLRepository. validateItem(CompRepoItem item)
Deprecated.Method parameters in tigase.server.ext with type arguments of type CompRepoItem Modifier and Type Method Description void
CompSQLRepository. addRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)
Deprecated.void
CompSQLRepository. removeRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)
Deprecated.void
ComponentProtocol. setRepo(ComponentRepository<CompRepoItem> repo)
-