Uses of Class
tigase.conf.ConfigItem
-
Packages that use ConfigItem Package Description tigase.conf -
-
Uses of ConfigItem in tigase.conf
Methods in tigase.conf that return ConfigItem Modifier and Type Method Description ConfigItemConfigSQLRepository. getItem(java.lang.String compName, java.lang.String node, java.lang.String key)Deprecated.ConfigItemConfigurationCache. getItem(java.lang.String key)ConfigItemConfigurationCache. getItem(java.lang.String compName, java.lang.String node, java.lang.String key)ConfigItemConfigXMLRepository. getItem(java.lang.String compName, java.lang.String node, java.lang.String key)ConfigItemConfigurationCache. getItemInstance()Methods in tigase.conf that return types with arguments of type ConfigItem Modifier and Type Method Description java.util.Collection<ConfigItem>ConfigSQLRepository. allItems()Deprecated.java.util.Collection<ConfigItem>ConfigurationCache. allItems()java.util.Collection<ConfigItem>ConfigXMLRepository. allItems()java.util.Set<ConfigItem>ConfigRepositoryIfc. getItemsForComponent(java.lang.String compName)Get set of config items stored for componentjava.util.Set<ConfigItem>ConfigSQLRepository. getItemsForComponent(java.lang.String compName)Deprecated.java.util.Set<ConfigItem>ConfigurationCache. getItemsForComponent(java.lang.String compName)java.util.Set<ConfigItem>ConfigXMLRepository. getItemsForComponent(java.lang.String compName)java.util.Iterator<ConfigItem>ConfigurationCache. iterator()Methods in tigase.conf with parameters of type ConfigItem Modifier and Type Method Description voidConfigSQLRepository. addItem(java.lang.String compName, ConfigItem item)Deprecated.voidConfigurationCache. addItem(java.lang.String compName, ConfigItem item)voidConfigurationCache. addItem(ConfigItem item)voidConfigXMLRepository. addItem(java.lang.String compName, ConfigItem item)voidConfigurationCache. addItemNoStore(ConfigItem item)voidConfiguratorAbstract. itemAdded(ConfigItem item)voidConfiguratorAbstract. itemRemoved(ConfigItem item)voidConfiguratorAbstract. itemUpdated(ConfigItem item)voidConfigSQLRepository. removeItem(java.lang.String compName, ConfigItem item)Deprecated.voidConfigurationCache. removeItem(java.lang.String compName, ConfigItem item)voidConfigXMLRepository. removeItem(java.lang.String compName, ConfigItem item)java.lang.StringConfigurationCache. validateItem(ConfigItem item)Method parameters in tigase.conf with type arguments of type ConfigItem Modifier and Type Method Description voidConfigurationCache. addRepoChangeListener(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener)voidConfigurationCache. removeRepoChangeListener(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener)
-