Uses of Interface
restart.server.Callback

Packages that use Callback
restart.server   
restart.xml.server   
 

Uses of Callback in restart.server
 

Methods in restart.server with parameters of type Callback
 void Service.setCallback(Callback cb)
          Set the callback of the service (the callback is called when the service is invoked)
 

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

Uses of Callback in restart.xml.server
 

Classes in restart.xml.server that implement Callback
 class XMLCallback