Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getNodeAdminAsync()

virtual void IceGrid::AsyncAdmin::getNodeAdminAsync ( std::string name,
std::function< void(const std::optional< Ice::ObjectPrx > &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current ) const
pure virtual

Gets a proxy to the admin object of an IceGrid node.

Parameters
nameThe IceGrid node name.
responseThe response callback. It accepts:
  • A proxy to the IceGrid node's admin object. This proxy is never null.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::NodeNotExistExceptionThrown when the node doesn't exist.
IceGrid::NodeUnreachableExceptionThrown when the node is unreachable.