Module servicehandler
source code
Manage service lifetime.
ServiceHandler operates on a service and a communication mesh to manage
the service lifetime. Signals sent to the service are received by the
handler and stored until the service is ready. Messages from the service
are sent through the handler back to the monitor. The handler keeps track
of progress messages, updating the client at the appropriate intervals as
progress occurs.
|
|
load(service_name)
Return an instance of the named service |
source code
|
|