Uses of Class
restart.server.Service

Packages that use Service
restart.server   
restart.xml.server   
 

Uses of Service in restart.server
 

Methods in restart.server that return Service
 Service ServerThread.getCalledService()
           
 Service RestServer.getService(java.lang.String name)
          Get a service by its name.
 

Methods in restart.server with parameters of type Service
 void RestServer.addService(Service service)
          Add (expose) a service to the server.
 void RestServer.removeService(Service service)
          Remove the given service from the server.
 

Uses of Service in restart.xml.server
 

Subclasses of Service in restart.xml.server
 class XMLService
          XMLService is a helper for creating XML oriented services.