interface Process |
An administrative interface for process management. Managed servers must implement this interface and invoke ObjectAdapter::setProcess to register the process proxy.
A servant implementing this interface is a potential target for denial-of-service attacks, therefore proper security precautions should be taken. For example, the servant can use a UUID to make its identity harder to guess, and be registered in an object adapter with a secured endpoint. |
Initiate a graceful shutdown.
Write a message on the process' stdout or stderr.
<<< Previous | Home | Next >>> |
Ice::PluginManager | Up | Ice::Properties |