Package | Description |
---|---|
de.hawhamburg.lifecycle.data | |
de.hawhamburg.reachability |
The reachability agents root package which contains common configuration, services and tools, the worker threads and
its main start classes.
|
de.hawhamburg.reachability.ui.frame |
Root package regarding the user interface
ControllingToolUI . |
Modifier and Type | Field and Description |
---|---|
ConfigOrder |
JsonConfigOrder.order
The
ConfigOrder . |
Modifier and Type | Method and Description |
---|---|
static ConfigOrder |
ConfigOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigOrder[] |
ConfigOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ReachabilityWorker.sendControlMessage(ConfigOrder order,
java.lang.String id)
Sends a new control message.
|
Modifier and Type | Method and Description |
---|---|
void |
ColoredUI.sendControl(ConfigOrder x)
Sends a
ConfigOrder in a JsonConfigOrder messages via AMQ to the reachability agent. |
void |
ReachabilityUI.sendControl(ConfigOrder x)
Sends a
ConfigOrder in a JsonConfigOrder messages via AMQ to the reachability agent. |