OpenHiva::Node::GetName

Description

Obtains the Node name.

Prototype

const std::string &OpenHiva::Node::GetName()

Parameters

None

Returns

The node name (std::string type) is returned, which is globally unique in all framework processes.

Usage

None

Precautions

Reentrant, synchronous interface.