|
||||||||||
| 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 |
ConfigXMLRepository.getItem(String compName,
String node,
String key)
Method description |
ConfigItem |
ConfigurationCache.getItem(String compName,
String node,
String key)
Method description |
ConfigItem |
ConfigSQLRepository.getItem(String compName,
String node,
String key)
|
ConfigItem |
ConfigurationCache.getItemInstance()
Method description |
| Methods in tigase.conf that return types with arguments of type ConfigItem | |
|---|---|
Collection<ConfigItem> |
ConfigXMLRepository.allItems()
Method description |
Collection<ConfigItem> |
ConfigurationCache.allItems()
Method description |
Collection<ConfigItem> |
ConfigSQLRepository.allItems()
|
Set<ConfigItem> |
ConfigXMLRepository.getItemsForComponent(String compName)
Method description |
Set<ConfigItem> |
ConfigurationCache.getItemsForComponent(String compName)
Method description |
Set<ConfigItem> |
ConfigSQLRepository.getItemsForComponent(String compName)
|
Iterator<ConfigItem> |
ConfigurationCache.iterator()
Method description |
| Methods in tigase.conf with parameters of type ConfigItem | |
|---|---|
void |
ConfigurationCache.addItem(ConfigItem item)
Method description |
void |
ConfigXMLRepository.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigurationCache.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigSQLRepository.addItem(String compName,
ConfigItem item)
|
void |
ConfigXMLRepository.removeItem(String compName,
ConfigItem item)
Method description |
void |
ConfigurationCache.removeItem(String compName,
ConfigItem item)
Method description |
void |
ConfigSQLRepository.removeItem(String compName,
ConfigItem item)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||