◆ add()
void eu.baltrad.beast.system.ISystemSupervisor.add |
( |
SystemMessage | message | ) |
|
◆ getMappedStatus()
Map< String, Map< Object, SystemStatus > > eu.baltrad.beast.system.ISystemSupervisor.getMappedStatus |
( |
String | component, |
|
|
Map< String, Object > | values ) |
Returns the status as a mapped list of <string, status>
- Parameters
-
component | the component |
values | a value mapping between keys - values |
- Returns
- the result for <component, <key, status>>
Implemented in eu.baltrad.beast.system.SystemSupervisor.
◆ getMessages()
List< SystemMessage > eu.baltrad.beast.system.ISystemSupervisor.getMessages |
( |
| ) |
|
◆ getStatus()
Set< SystemStatus > eu.baltrad.beast.system.ISystemSupervisor.getStatus |
( |
String | component, |
|
|
Map< String, Object > | values ) |
Returns the status for the specified component with the given arguments.
- Parameters
-
component | the component |
values | the arguments used for identifying specific parts |
- Returns
- the system status as a set. That means that the status can be combined
Implemented in eu.baltrad.beast.system.SystemSupervisor.
◆ getSupportedAttributes()
Set< String > eu.baltrad.beast.system.ISystemSupervisor.getSupportedAttributes |
( |
String | component | ) |
|
◆ supportsMappableStatus()
boolean eu.baltrad.beast.system.ISystemSupervisor.supportsMappableStatus |
( |
String | component | ) |
|
The documentation for this interface was generated from the following file:
- src/eu/baltrad/beast/system/ISystemSupervisor.java