Uses of Class
restart.server.ServicePolicy

Packages that use ServicePolicy
restart.server   
restart.xml.server   
 

Uses of ServicePolicy in restart.server
 

Methods in restart.server that return ServicePolicy
static ServicePolicy ServicePolicy.getDefaultInstance()
          Get the default implementation.
 ServicePolicy Service.getServicePolicy()
          Get the policy.
 

Methods in restart.server with parameters of type ServicePolicy
 void Service.setServicePolicy(ServicePolicy policy)
          Set the policy.
 

Constructors in restart.server with parameters of type ServicePolicy
Service(Method authorizedMethod, java.lang.String name, Callback cb, ServicePolicy policy)
          Construct the Service with the given callback and the given policy
Service(Method authorizedMethod, java.lang.String name, ServicePolicy policy)
          Construct the Service with the given policy, the callback should be defined later
 

Uses of ServicePolicy in restart.xml.server
 

Constructors in restart.xml.server with parameters of type ServicePolicy
XMLService(Method authMethod, java.lang.String name, XMLHandler xmlHandler, ServicePolicy policy)
           
XMLService(Method authMethod, java.lang.String name, XMLHandler xmlHandler, XMLCallback cb, ServicePolicy policy)