public interface TestWebService
Modifier and Type | Method and Description |
---|---|
void |
setMonitorData(java.lang.String device,
MonitorData MD)
Web method that gets the name of the device and the data collected by it.
|
void |
setTerminalData(java.lang.String device,
TerminalData data)
Web method that gets the name of the cell phone and the data collected by it.
|
void setMonitorData(java.lang.String device, MonitorData MD)
device
- The name of the deviceMD
- MonitorData object that contains the data from the devicevoid setTerminalData(java.lang.String device, TerminalData data)
device
- The name of the cell phonedata
- TerminalData object that contains the data from the cell phone