Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::Process Interface 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.

Detailed Description

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.


The documentation for this interface was generated from the following file: