rasdaman complete source
Classes
rpcclientcomm.hh File Reference

Go to the source code of this file.

Classes

class  RpcClientComm
 

Detailed Description

: The class ClientComm represents { one} RPC connection between { one} client entity (e.g. an object of class {r_Database}) and the server. Therefore, the host name has to be provided at the constructor. Basically, all methods of a Clientcomm object map directly to the corresponding RPC calls. All public clientcomm methods may throw exceptions of type { r_Error_TransferFailed} if the communication breaks down during RPC execution.