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

◆ getServerPid()

["cpp:const"]
idempotent int getServerPid ( string id) throws ServerNotExistException, NodeUnreachableException, DeploymentException

Gets the system process ID of a server.

The process ID is operating system dependent.

Parameters
idThe server ID.
Returns
The process ID.
Exceptions
ServerNotExistExceptionThrown when the server doesn't exist.
NodeUnreachableExceptionThrown when the node is unreachable.
DeploymentExceptionThrown when the deployment of the server failed.