Uses of Class
org.hackystat.sensorshell.SingleSensorShell

Packages that use SingleSensorShell
org.hackystat.sensorshell Implements the SensorShell service, which provides client-side "middleware" that facilitates collection and transmission of sensor data to a Hackystat server. 
org.hackystat.sensorshell.command Provides the commands for the SensorShell. 
 

Uses of SingleSensorShell in org.hackystat.sensorshell
 

Constructors in org.hackystat.sensorshell with parameters of type SingleSensorShell
OfflineManager(SingleSensorShell shell, java.lang.String tool)
          Creates an OfflineManager given the parent shell and the tool.
 

Uses of SingleSensorShell in org.hackystat.sensorshell.command
 

Fields in org.hackystat.sensorshell.command declared as SingleSensorShell
protected  SingleSensorShell Command.shell
          The sensorshell.
 

Constructors in org.hackystat.sensorshell.command with parameters of type SingleSensorShell
AutoSendCommand(SingleSensorShell shell, SensorShellProperties properties)
          Creates the AutoSendCommand and starts a timer-based process running that wakes up and invokes send based upon the value of the SensorShellProperties autosend timeinterval.
Command(SingleSensorShell shell, SensorShellProperties properties)
          Constructs a Command instance.
PingCommand(SingleSensorShell shell, SensorShellProperties properties)
          Creates the PingCommand.
QuitCommand(SingleSensorShell shell, SensorShellProperties properties, SensorDataCommand sensorDataCommand, AutoSendCommand autoSendCommand)
          Creates the QuitCommand.
SensorDataCommand(SingleSensorShell shell, SensorShellProperties properties, PingCommand pingCommand, org.hackystat.sensorbase.client.SensorBaseClient client)
          Creates the SensorDataCommand.