Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceBox Module Reference

Host multiple independent services in the same Ice server. More...

[["cpp:dll-export:ICEBOX_API"]][["cpp:doxygen:include:IceBox/IceBox.h"]][["cpp:header-ext:h"]][["cpp:include:IceBox/Config.h"]][["js:module:@zeroc/ice"]]["java:identifier:com.zeroc.IceBox"]
module IceBox { ... }

Interfaces

interface  ServiceManager
 Administers the services of an IceBox server. More...
interface  ServiceObserver
 Observes the status of services in an IceBox server. More...

Exceptions

exception  AlreadyStartedException
 The exception that is thrown when attempting to start a service that is already running. More...
exception  AlreadyStoppedException
 The exception that is thrown when attempting to stop a service that is already stopped. More...
exception  NoSuchServiceException
 The exception that is thrown when a service name does not refer to a known service. More...

Detailed Description

Host multiple independent services in the same Ice server.