Package | Description |
---|---|
de.hawhamburg.reachability.properties |
Main properties service class which handles property requests and changes via ActiveMQ.
|
de.hawhamburg.reachability.ui.frame.config |
Main package of the configuration user interface.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyService.pushProperties(JsonRAPropertiesRequest reqObj)
Sends a
JsonRAPropertiesResult JSON object on the result topic (REACHABILITY_CONFIG_RESULT_TOPIC)
containing the requested properties which are determined by using PropertyService.getPropertiesAsMap(String) and their
descriptions determined by PropertyService.getPropertiesDescriptionMap() . |
Modifier and Type | Method and Description |
---|---|
JsonRAPropertiesRequest |
ReachabilityConfigUI.getRequestMsg()
Builds up a
JsonRAPropertiesRequest message to request the current settings for the actual
ConfigType . |