| Package | Description | 
|---|---|
| de.hawhamburg.reachability.properties | 
 Main properties service class which handles property requests and changes via ActiveMQ. 
 | 
| de.hawhamburg.reachability.properties.json | 
 Reachability agent properties service related JSON messages. 
 | 
| de.hawhamburg.reachability.ui.frame.config | 
 Main package of the configuration user interface. 
 | 
| de.hawhamburg.reachability.ui.frame.config.resource | 
 All specific resources related to the  
ReachabilityConfigUI. | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<java.lang.String,PropertyDescription> | 
PropertyService.getPropertiesDescriptionMap()
Loads the properties descriptions from the external file and parses them out of the XML document. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Map<java.lang.String,PropertyDescription> | 
JsonRAPropertiesResult.PropertiesDescription
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.Map<java.lang.String,PropertyDescription> | 
ReachabilityConfigUI.propertyDesc
The last known property description. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
ReachabilityConfigUI.addConfigRow(java.lang.String key,
            PropertyDescription desc)
Adds a new row to the users interface, containing the properties type, its value and the possibility to change 
 it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReachabilityConfigUI.refresh(java.util.Map<java.lang.String,java.lang.String> props,
       java.util.Map<java.lang.String,java.util.Map<java.lang.String,PropertyDescription>> desc,
       java.lang.String ssr,
       ReachabilityConfigUIResultListener updater)
Fills the panel with (new) informations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,PropertyDescription>> | 
ReachabilityConfigUIResultListener.fetchPropertiesDescription(java.util.Map<java.lang.String,PropertyDescription> props)
The method fetches the description of the properties from the result message and groups the properties whith the
 same display group together. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,PropertyDescription>> | 
ReachabilityConfigUIResultListener.fetchPropertiesDescription(java.util.Map<java.lang.String,PropertyDescription> props)
The method fetches the description of the properties from the result message and groups the properties whith the
 same display group together. 
 |