Uses of Class
org.hackystat.sensorshell.command.Command

Packages that use Command
org.hackystat.sensorshell.command Provides the commands for the SensorShell. 
 

Uses of Command in org.hackystat.sensorshell.command
 

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".