CSystem¶
-
class CSystem : virtual public ISystem¶
-
CSystem::CSystem(std::string address)¶
Constructs a new system for discovering top-controller(s) matching the given address.
- Parameters
address – Host specification optionally followed by a port number, i.e. host:port.
- Throws
CInvalidArgumentException– Invalid address specified, or hostname could not be resolved.CInvalidArgumentException– Invalid port specified (not a number, or number outside range 1-65535).COutOfResourcesException– Not enough resources to create new system.CIncompatibleException– ABI version mismatch between client wrapper and client implementation.
-
CSystem::CSystem(std::string address)¶