import "acsdaemon.idl";
Inheritance diagram for acsdaemon::InterfaceRepositorySpell:
Public Member Functions | |
void | start_interface_repository (in boolean load, in boolean wait_load, in DaemonCallback callback, in short instance_number) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceAlreadyRunningEx) |
void | stop_interface_repository (in DaemonCallback callback, in short instance_number) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceNotRunningEx) |
|
Asynchronously starts an interface repository 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 an interface repository 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.
|