Uses of Class
restart.server.ServiceInput

Packages that use ServiceInput
restart.server   
restart.xml.server   
 

Uses of ServiceInput in restart.server
 

Methods in restart.server with parameters of type ServiceInput
 ServiceOutput Service.invoke(ServiceInput data)
          Don't call this method yourself : it's being called by the server thread
 ServiceOutput Callback.invoke(ServiceInput data)
          When the service is invoked, it calls the invoke method of the callback.
 

Uses of ServiceInput in restart.xml.server
 

Subclasses of ServiceInput in restart.xml.server
 class XMLServiceInput
           
 

Methods in restart.xml.server with parameters of type ServiceInput
 ServiceOutput XMLService.invoke(ServiceInput data)
           
 ServiceOutput XMLCallback.invoke(ServiceInput inputdata)
           
 

Constructors in restart.xml.server with parameters of type ServiceInput
XMLServiceInput(ServiceInput si)