|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigItem | |
|---|---|
| tigase.conf | |
| Uses of ConfigItem in tigase.conf |
|---|
| Methods in tigase.conf that return ConfigItem | |
|---|---|
ConfigItem |
ConfigurationCache.getItem(String key)
Method description |
ConfigItem |
ConfigSQLRepository.getItem(String compName,
String node,
String key)
Method description |
ConfigItem |
ConfigXMLRepository.getItem(String compName,
String node,
String key)
Method description |
ConfigItem |
ConfigurationCache.getItem(String compName,
String node,
String key)
Method description |
ConfigItem |
ConfigurationCache.getItemInstance()
Method description |
| Methods in tigase.conf that return types with arguments of type ConfigItem | |
|---|---|
Collection<ConfigItem> |
ConfigSQLRepository.allItems()
Method description |
Collection<ConfigItem> |
ConfigXMLRepository.allItems()
Method description |
Collection<ConfigItem> |
ConfigurationCache.allItems()
Method description |
Set<ConfigItem> |
ConfigRepositoryIfc.getItemsForComponent(String compName)
|
Set<ConfigItem> |
ConfigSQLRepository.getItemsForComponent(String compName)
Method description |
Set<ConfigItem> |
ConfigXMLRepository.getItemsForComponent(String compName)
Method description |
Set<ConfigItem> |
ConfigurationCache.getItemsForComponent(String compName)
Method description |
Iterator<ConfigItem> |
ConfigurationCache.iterator()
Method description |
| Methods in tigase.conf with parameters of type ConfigItem | |
|---|---|
void |
ConfigurationCache.addItem(ConfigItem item)
Method description |
void |
ConfigSQLRepository.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigXMLRepository.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigurationCache.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfiguratorAbstract.itemAdded(ConfigItem item)
|
void |
ConfiguratorAbstract.itemRemoved(ConfigItem item)
|
void |
ConfiguratorAbstract.itemUpdated(ConfigItem item)
|
void |
ConfigSQLRepository.removeItem(String compName,
ConfigItem item)
Method description |
void |
ConfigXMLRepository.removeItem(String compName,
ConfigItem item)
Method description |
void |
ConfigurationCache.removeItem(String compName,
ConfigItem item)
Method description |
String |
ConfigurationCache.validateItem(ConfigItem item)
Method description |
| Method parameters in tigase.conf with type arguments of type ConfigItem | |
|---|---|
void |
ConfigurationCache.addRepoChangeListener(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener)
|
void |
ConfigurationCache.removeRepoChangeListener(RepositoryChangeListenerIfc<ConfigItem> repoChangeListener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||