Uses of Class
org.hackystat.dailyprojectdata.server.Server

Packages that use Server
org.hackystat.dailyprojectdata.frontsidecache Provides a cache for the "front side" of the DPD service. 
org.hackystat.dailyprojectdata.resource.dailyprojectdata Provides a superclass that facilitates development of DailyProjectData Restlet Resources. 
org.hackystat.dailyprojectdata.server Provides the DailyProjectData server. 
org.hackystat.dailyprojectdata.test Provides a superclass to support testing of the DailyProjectData REST API. 
 

Uses of Server in org.hackystat.dailyprojectdata.frontsidecache
 

Constructors in org.hackystat.dailyprojectdata.frontsidecache with parameters of type Server
FrontSideCache(Server server)
          Creates a new front-side cache, which stores the DPD instances recently created.
 

Uses of Server in org.hackystat.dailyprojectdata.resource.dailyprojectdata
 

Fields in org.hackystat.dailyprojectdata.resource.dailyprojectdata declared as Server
protected  Server DailyProjectDataResource.server
          The server.
 

Uses of Server in org.hackystat.dailyprojectdata.server
 

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

Uses of Server in org.hackystat.dailyprojectdata.test
 

Methods in org.hackystat.dailyprojectdata.test that return Server
protected  Server DailyProjectDataTestHelper.getDpdServer()
          Returns the DPD server instance.