public interface IReceptionBusiness
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
obtainConfiguration(java.lang.String deviceId)
Obtain configuration.
|
boolean |
receiveBatteryLevel(java.lang.String level)
Receive battery level.
|
boolean |
receiveGsmSignal(java.lang.String signal)
Receive gsm signal.
|
boolean |
receivePosition(java.lang.String position)
Receive position.
|
boolean |
receiveStatus(java.lang.String status)
Receive status.
|
boolean receivePosition(java.lang.String position) throws java.lang.Exception
position
- the positionjava.lang.Exception
- the exceptionboolean receiveBatteryLevel(java.lang.String level) throws java.lang.Exception
level
- the leveljava.lang.Exception
- the exceptionboolean receiveGsmSignal(java.lang.String signal) throws java.lang.Exception
signal
- the signaljava.lang.Exception
- the exceptionboolean receiveStatus(java.lang.String status) throws java.lang.Exception
status
- the statusjava.lang.Exception
- the exceptionjava.util.Collection<java.lang.String> obtainConfiguration(java.lang.String deviceId) throws java.lang.Exception
deviceId
- the device idjava.lang.Exception
- the exception