|
||||||||||
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 |
ConfigSQLRepository.getItem(String compName,
String node,
String key)
|
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> |
ConfigXMLRepository.allItems()
Method description |
Collection<ConfigItem> |
ConfigSQLRepository.allItems()
|
Collection<ConfigItem> |
ConfigurationCache.allItems()
Method description |
Set<ConfigItem> |
ConfigXMLRepository.getItemsForComponent(String compName)
Method description |
Set<ConfigItem> |
ConfigSQLRepository.getItemsForComponent(String compName)
|
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 |
ConfigXMLRepository.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigSQLRepository.addItem(String compName,
ConfigItem item)
|
void |
ConfigurationCache.addItem(String compName,
ConfigItem item)
Method description |
void |
ConfigXMLRepository.removeItem(String compName,
ConfigItem item)
Method description |
void |
ConfigSQLRepository.removeItem(String compName,
ConfigItem item)
|
void |
ConfigurationCache.removeItem(String compName,
ConfigItem item)
Method description |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |