Uses of Package
org.hackystat.sensorbase.server

Packages that use org.hackystat.sensorbase.server
org.hackystat.sensorbase.db Provides an interface to the underlying database persistency layer. 
org.hackystat.sensorbase.db.derby Provides an implementation of DbImplementation for Derby. 
org.hackystat.sensorbase.resource.projects Provides the "Projects" resource, which represents a set of Sensor Data resources for a particular set of users over a particular time frame. 
org.hackystat.sensorbase.resource.sensorbase Provides an abstract superclass for all SensorBase resources whose constructor provides common initialization-time processing. 
org.hackystat.sensorbase.resource.sensordata Provides the "SensorData" resource, which represents an atomic piece of software engineering process or product data. 
org.hackystat.sensorbase.resource.sensordatatypes Provides the SensorDataTypes and SensorDataType resource implementations. 
org.hackystat.sensorbase.resource.users Provides the Users and User resource implementations. 
org.hackystat.sensorbase.server Provides an HTTP server, which is responsible for processing GET, PUT, POST, and DELETE requests from other Hackystat web services. 
org.hackystat.sensorbase.test Provides a utility class to facilitate REST API tests. 
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.db
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.db.derby
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.resource.projects
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.resource.sensorbase
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.resource.sensordata
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.resource.sensordatatypes
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.resource.users
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.server
Server
          Sets up the HTTP Server process and dispatching to the associated resources.
ServerProperties
          Provides access to the values stored in the sensorbase.properties file.
 

Classes in org.hackystat.sensorbase.server used by org.hackystat.sensorbase.test
Server
          Sets up the HTTP Server process and dispatching to the associated resources.