import "acsdaemon.idl";
Inheritance diagram for acsdaemon::ManagerSpell:
Public Member Functions | |
void | start_manager (in string domain, in DaemonCallback callback, in short instance_number, in boolean recovery) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceAlreadyRunningEx) |
void | stop_manager (in string domain, in DaemonCallback callback, in short instance_number) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceNotRunningEx) |
|
Asynchronously starts an ACS manager on the current host. Notification about service start problems or successful completion is passed to the client via the callback, on which the client may block.
|
|
Asynchronously stops a manager on the current host. Notification about service stop problems or successful completion is passed to the client via the callback, on which the client may block.
|