Uses of Class
org.hackystat.telemetry.service.server.Server

Packages that use Server
org.hackystat.telemetry.service.prefetch Provides the "prefetch" service that speeds up Telemetry Chart display by prefetching them. 
org.hackystat.telemetry.service.resource.telemetry Provides a superclass that facilitates development of Telemetry Restlet Resources. 
org.hackystat.telemetry.service.server Provides the Telemetry server. 
 

Uses of Server in org.hackystat.telemetry.service.prefetch
 

Fields in org.hackystat.telemetry.service.prefetch declared as Server
(package private)  Server PrefetchManager.server
          This telemetry server.
 

Constructors in org.hackystat.telemetry.service.prefetch with parameters of type Server
PrefetchManager(Server server)
          Constructs a PrefetchManager, which reads in the Telemetry prefetch XML files and sets up a DailyTimer task for each XML file found.
 

Uses of Server in org.hackystat.telemetry.service.resource.telemetry
 

Fields in org.hackystat.telemetry.service.resource.telemetry declared as Server
protected  Server TelemetryResource.telemetryServer
          This server (telemetry).
 

Uses of Server in org.hackystat.telemetry.service.server
 

Methods in org.hackystat.telemetry.service.server that return Server
static Server Server.newInstance()
          Creates a new instance of a Telemetry HTTP server using the telemetry.properties configuration.
static Server Server.newInstance(ServerProperties properties)
          Creates a new instance of a Telemetry HTTP server, listening on the supplied port.
static Server Server.newTestInstance()
          Creates a new instance of a Telemetry HTTP server suitable for unit testing.