Uses of Interface
org.hackystat.sensorshell.Shell

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

Uses of Shell in org.hackystat.sensorshell
 

Classes in org.hackystat.sensorshell that implement Shell
 class MultiSensorShell
          MultiSensorShell is a wrapper around SingleSensorShell that is designed for high performance transmission of sensor data instances from a client to a server.
 class SensorShell
          Provides "middleware" for accumulating and sending notification (sensor) data to Hackystat.
 class SingleSensorShell
          Provides the implementation of a single SensorShell instance.