Service Executor
The ServiceExecutor is used to manage services or obtain information.
1. Methods
1.1 getService(String)
getService(String)
Description: This method is used to obtain information about a service.
1.2 getServices()
getServices()
Description: This method is used to obtain a list of service information.
1.3 getServices(String)
getServices(String)
Description: This method is used to obtain a list of service information for a specific template.
1.4 queueNewService(String)
queueNewService(String)
Description: This method is used to start a new service based on the template.
1.5 stopRunningService(String)
stopRunningService(String)
Description: This method is used to stop a service.
1.6 stopServices(String)
stopServices(String)
Description: This method is used to stop all services of a template.
1.7 setServiceInUse(String)
setServiceInUse(String)
Description: This method is used to set a service to the IN_USE state, so that a new one can be automatically started if necessary.
Last updated