Package | Description |
---|---|
tigase.conf |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCache.addItem(String key,
Object value)
Method description
|
void |
ConfigRepositoryIfc.addItem(String key,
Object value)
Method adds an Item to the configuration repository where the key is
the item key constructed of component name, node name and property key name.
|
Map<String,Object> |
ConfiguratorOld.getAllProperties(String key)
Method description
|
Map<String,Object> |
ConfiguratorAbstract.getProperties(String nodeId)
Method description
|
Map<String,Object> |
ConfigurationCache.getProperties(String compName)
Method description
|
Map<String,Object> |
ConfigRepositoryIfc.getProperties(String compName)
Returns all known settings for the given component name.
|
void |
ConfigXMLRepository.init(Map<String,Object> params)
Method description
|
void |
ConfigurationCache.init(Map<String,Object> params)
Method description
|
void |
ConfigSQLRepository.init(Map<String,Object> params)
Method description
|
void |
ConfigRepositoryIfc.init(Map<String,Object> params)
Initializes the configuration repository.
|
void |
ConfiguratorOld.init(String[] args)
Method description
|
void |
ConfiguratorAbstract.init(String[] args)
Method description
|
void |
ConfiguratorAbstract.putProperties(String compId,
Map<String,Object> props)
Method description
|
void |
ConfigurationCache.putProperties(String compName,
Map<String,Object> props)
Method description
|
void |
ConfigRepositoryIfc.putProperties(String compName,
Map<String,Object> props)
Sets/adds properties for the given component name.
|
Copyright © 2014 "Tigase, Inc.". All rights reserved.