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

◆ getServerAdmin()

["cpp:const"]
idempotent Object * getServerAdmin ( string id) throws ServerNotExistException, NodeUnreachableException, DeploymentException

Gets a proxy to the admin object of a server.

Parameters
idThe server ID.
Returns
A proxy to the admin object of the server. This proxy is never null.
Exceptions
ServerNotExistExceptionThrown when the server doesn't exist.
NodeUnreachableExceptionThrown when the node is unreachable.
DeploymentExceptionThrown when the deployment of the server failed.