Package org.hackystat.sensorshell.command

Provides the commands for the SensorShell.

See:
          Description

Class Summary
AutoSendCommand Implements the AutoSend facility, which automatically sends all SensorData to the Sensorbase at regular intervals as specified in the sensorshell.autosend.timeinterval property.
Command A class providing access to information useful for all Command instances.
PingCommand Implements the Ping command, which ensures that the SensorBase is reachable.
QuitCommand Implements the Quit command, which sends any buffered data and closes the loggers.
SensorDataCommand Implements the SensorData commands, of which there is "add", "send", and "statechange".
 

Package org.hackystat.sensorshell.command Description

Provides the commands for the SensorShell.