Uses of Class
tigase.conf.ConfigItem
Packages that use ConfigItem
-
Uses of ConfigItem in tigase.conf
Methods in tigase.conf that return ConfigItemMethods in tigase.conf that return types with arguments of type ConfigItemModifier and TypeMethodDescriptionConfigSQLRepository.allItems()
Deprecated.ConfigurationCache.allItems()
ConfigXMLRepository.allItems()
ConfigRepositoryIfc.getItemsForComponent
(String compName) Get set of config items stored for componentConfigSQLRepository.getItemsForComponent
(String compName) Deprecated.ConfigurationCache.getItemsForComponent
(String compName) ConfigXMLRepository.getItemsForComponent
(String compName) ConfigurationCache.iterator()
Methods in tigase.conf with parameters of type ConfigItemModifier and TypeMethodDescriptionvoid
ConfigSQLRepository.addItem
(String compName, ConfigItem item) Deprecated.void
ConfigurationCache.addItem
(String compName, ConfigItem item) void
ConfigurationCache.addItem
(ConfigItem item) void
ConfigXMLRepository.addItem
(String compName, ConfigItem item) void
ConfigurationCache.addItemNoStore
(ConfigItem item) void
ConfiguratorAbstract.itemAdded
(ConfigItem item) void
ConfiguratorAbstract.itemRemoved
(ConfigItem item) void
ConfiguratorAbstract.itemUpdated
(ConfigItem item) void
ConfigSQLRepository.removeItem
(String compName, ConfigItem item) Deprecated.void
ConfigurationCache.removeItem
(String compName, ConfigItem item) void
ConfigXMLRepository.removeItem
(String compName, ConfigItem item) ConfigurationCache.validateItem
(ConfigItem item) Method parameters in tigase.conf with type arguments of type ConfigItemModifier and TypeMethodDescriptionvoid
ConfigurationCache.addRepoChangeListener
(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener) void
ConfigurationCache.removeRepoChangeListener
(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener)