Ice 3.6 Slice API Reference
|
IceBox is an application server specifically for Ice applications. More...
module IceBox { ... }
Interfaces | |
local interface | Service |
An application service managed by a ServiceManager. More... | |
interface | ServiceManager |
Administers a set of Service instances. More... | |
interface | ServiceObserver |
An Observer interface implemented by admin clients interested in the status of services. More... | |
Exceptions | |
exception | AlreadyStartedException |
This exception is thrown if an attempt is made to start an already-started service. More... | |
exception | AlreadyStoppedException |
This exception is thrown if an attempt is made to stop an already-stopped service. More... | |
local exception | FailureException |
This exception is a general failure notification. More... | |
exception | NoSuchServiceException |
This exception is thrown if a service name does not refer to an existing service. More... | |