12 [[
"cpp:header-ext:h",
"objc:header-dir:objc"]]
13 [[
"cpp:include:IceBox/Config.h"]]
160 void startService(
string service)
170 void stopService(
string service)
An Observer interface implemented by admin clients interested in the status of services.
Definition: IceBox.ice:128
This exception is thrown if a service name does not refer to an existing service. ...
Definition: IceBox.ice:77
Administers a set of Service instances.
Definition: IceBox.ice:142
This exception is a general failure notification.
Definition: IceBox.ice:40
string reason
The reason for the failure.
Definition: IceBox.ice:47
The central object in Ice.
Definition: Communicator.ice:52
IceBox is an application server specifically for Ice applications.
Definition: IceBox.ice:28
An application service managed by a ServiceManager.
Definition: IceBox.ice:86
This exception is thrown if an attempt is made to start an already-started service.
Definition: IceBox.ice:57
dictionary< string, string > SliceChecksumDict
A mapping from type IDs to Slice checksums.
Definition: SliceChecksumDict.ice:23
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40
This exception is thrown if an attempt is made to stop an already-stopped service.
Definition: IceBox.ice:67