Subclasses of Command in org.hackystat.sensorshell.command |
class |
AutoSendCommand
Implements the AutoSend facility, which automatically sends all SensorData to the Sensorbase
at regular intervals as specified in the sensorshell.autosend.timeinterval property. |
class |
PingCommand
Implements the Ping command, which ensures that the SensorBase is reachable. |
class |
QuitCommand
Implements the Quit command, which sends any buffered data and closes the loggers. |
class |
SensorDataCommand
Implements the SensorData commands, of which there is "add", "send", and "statechange". |