Uses of Class
tigase.server.ext.CompRepoItem
Packages that use CompRepoItem
-
Uses of CompRepoItem in tigase.server.ext
Methods in tigase.server.ext that return CompRepoItemModifier and TypeMethodDescriptionComponentProtocol.getCompRepoItem
(String hostname) ComponentProtocolHandler.getCompRepoItem
(String hostname) Deprecated.AbstractCompDBRepository.getItemInstance()
CompConfigRepository.getItemInstance()
Deprecated.static CompRepoItem
CompRepoDefaults.getItemInstance()
CompSQLRepository.getItemInstance()
Deprecated.Methods in tigase.server.ext that return types with arguments of type CompRepoItemModifier and TypeMethodDescriptionCompSQLRepository.allItems()
Deprecated.CompSQLRepository.iterator()
Deprecated.Methods in tigase.server.ext with parameters of type CompRepoItemModifier and TypeMethodDescriptionvoid
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) AbstractCompDBRepository.validateItem
(CompRepoItem item) CompConfigRepository.validateItem
(CompRepoItem item) Deprecated.CompSQLRepository.validateItem
(CompRepoItem item) Deprecated.Method parameters in tigase.server.ext with type arguments of type CompRepoItemModifier and TypeMethodDescriptionvoid
CompSQLRepository.addRepoChangeListener
(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener) Deprecated.void
CompSQLRepository.removeRepoChangeListener
(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener) Deprecated.void
ComponentProtocol.setRepo
(ComponentRepository<CompRepoItem> repo)