Uses of Package
org.hackystat.sensorshell

Packages that use org.hackystat.sensorshell
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. 
org.hackystat.sensorshell.usermap Implements a generic mapping utility that connects tool specific user accounts to the user's Hackystat information. 
 

Classes in org.hackystat.sensorshell used by org.hackystat.sensorshell
OfflineManager
          Provides a facility for: (a) persisting buffered SensorData instances locally when the SensorBase host is not available and (b) recovering them during a subsequent invocation of SensorShell.
SensorShellException
          An exception that is thrown when problems occur with instantiating SensorShellProperties or sending sensor data.
SensorShellProperties
          Provides Hackystat sensors with access to standard Hackystat sensorshell properties.
Shell
          An interface that is implemented by SensorShell and MultiSensorShell.
SingleSensorShell
          Provides the implementation of a single SensorShell instance.
 

Classes in org.hackystat.sensorshell used by org.hackystat.sensorshell.command
SensorShellException
          An exception that is thrown when problems occur with instantiating SensorShellProperties or sending sensor data.
SensorShellProperties
          Provides Hackystat sensors with access to standard Hackystat sensorshell properties.
SingleSensorShell
          Provides the implementation of a single SensorShell instance.
 

Classes in org.hackystat.sensorshell used by org.hackystat.sensorshell.usermap
SensorShell
          Provides "middleware" for accumulating and sending notification (sensor) data to Hackystat.