![]() |
Ice 3.8
Slice API Reference
|
A server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry. More...
defined in <Ice/Process.ice>
interface Process { ... }
Operations | |
void | shutdown () |
Initiates a graceful shutdown of the server application. | |
void | writeMessage (string message, int fd) |
Writes a message on the server application's stdout or stderr. |
A server application managed by a locator implementation such as IceGrid hosts a Process object and registers a proxy to this object with the locator registry.
See LocatorRegistry::setServerProcessProxy
.
Definition at line 18 of file Process.ice.