Package | Description |
---|---|
dbpack | |
server |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseActions.insertData(java.lang.String device,
MonitorData MD)
Gets the data sent by the device and do the necessary actions to store them to the database
and the middle memory, and refreshes the gui if necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
TestWebService.setMonitorData(java.lang.String device,
MonitorData MD)
Web method that gets the name of the device and the data collected by it.
|
void |
TestWebServiceImpl.setMonitorData(java.lang.String device,
MonitorData MD) |