Uses of Class
tigase.cluster.repo.ClusterRepoItem
-
Packages that use ClusterRepoItem Package Description tigase.cluster tigase.cluster.repo -
-
Uses of ClusterRepoItem in tigase.cluster
Methods in tigase.cluster that return types with arguments of type ClusterRepoItem Modifier and Type Method Description protected java.lang.Class<? extends ComponentRepositoryDataSourceAware<ClusterRepoItem,DataSource>>ClusterConnectionManager.DefClConRepositoryBean. findClassForDataSource(DataSource dataSource)Methods in tigase.cluster with parameters of type ClusterRepoItem Modifier and Type Method Description voidClusterConnectionManager. itemAdded(ClusterRepoItem repoItem)voidClusterConnectionManager. itemRemoved(ClusterRepoItem item)voidClusterConnectionManager. itemUpdated(ClusterRepoItem item)Method parameters in tigase.cluster with type arguments of type ClusterRepoItem Modifier and Type Method Description voidClusterConnectionManager. setRepo(ComponentRepository<ClusterRepoItem> repo) -
Uses of ClusterRepoItem in tigase.cluster.repo
Methods in tigase.cluster.repo that return ClusterRepoItem Modifier and Type Method Description ClusterRepoItemClusterRepoItemEvent. getItem()ClusterRepoItemClConConfigRepository. getItemInstance()Methods in tigase.cluster.repo with parameters of type ClusterRepoItem Modifier and Type Method Description booleanClConConfigRepository. itemChanged(ClusterRepoItem oldItem, ClusterRepoItem newItem)voidClConConfigRepository. itemLoaded(ClusterRepoItem item)voidClConConfigRepository. storeItem(ClusterRepoItem item)voidClConDirRepository. storeItem(ClusterRepoItem item)voidClConSQLRepository. storeItem(ClusterRepoItem item)Constructors in tigase.cluster.repo with parameters of type ClusterRepoItem Constructor Description ClusterRepoItemEvent(ClusterRepoItem item, ClusterConnectionManager.REPO_ITEM_UPDATE_TYPE action)
-