public class RegistryDocument extends Object
| Constructor and Description |
|---|
RegistryDocument(Document regDoc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String target,
ConfigurationCategory category,
String attribName)
Get the value of a specific configuration attribute for a target belonging to a
particular category.
|
Map<String,Properties> |
getComponentApplicationConfiguration(String target,
boolean isServer,
String componentName)
Get all the named application configurations.
|
ComponentInfo.Variable[] |
getComponentApplicationVariables(String target,
boolean isServer,
String componentName)
Get the application variables set on a specific component.
|
Properties |
getComponentConfigurationAttributes(String target,
boolean isServer,
String componentName)
Get the static component configuration attributes for a component.
|
String |
getConfigurationAttribute(String target,
ConfigurationCategory category,
String attrName)
Get the value of a specific configuration attribute for a target belonging to a
particular category.
|
Map<String,String> |
getConfigurationAttributes(String target,
ConfigurationCategory category)
Get a map of all the configuration attributes for a particular category.
|
Element |
getTarget(String target,
boolean isServer) |
public RegistryDocument(Document regDoc)
public String getConfigurationAttribute(String target, ConfigurationCategory category, String attrName)
target - - identification for the targetcategory - - configuration categoryname - - attribute namepublic Map<String,String> getConfigurationAttributes(String target, ConfigurationCategory category)
target - - identification for the targetcategory - - configuration categorypublic Properties getComponentConfigurationAttributes(String target, boolean isServer, String componentName)
public ComponentInfo.Variable[] getComponentApplicationVariables(String target, boolean isServer, String componentName)
isServer - - flag indicating whether the target is a server or cluster.target - - target namecomponentName - - identification for the component.public Map<String,Properties> getComponentApplicationConfiguration(String target, boolean isServer, String componentName)
isServer - flag indicating whether the target is a server or cluster.target - target namecomponentName - identification for the component.public String getAttribute(String target, ConfigurationCategory category, String attribName)
target - - identification for the targetcategory - - configuration categoryname - - attribute nameCopyright © 2011-2016 OpenESB Community. All Rights Reserved.