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

◆ getNodeInfoAsync()

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

Gets the node information of a node.

Parameters
nameThe node name.
responseThe response callback. It accepts:
  • The node information.
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.