5 #ifndef CMR_SENDER_INCLUDED
6 #define CMR_SENDER_INCLUDED
17 const int ERR_NO_CONNECTION = -401;
18 const int ERR_BAD_FORMAT = -402;
19 const int ERR_COMM_TIMEOUT = -403;
65 virtual bool is_connected();
77 virtual int call(
const Tuple& in_req,
Tuple& out_req);
82 virtual void set_param(
const Tuple& param);
86 static const AChar* factory_name()
88 return "commore::Sender";
91 typedef IAutoRef<Sender> PSender;
const int ERR_CONNECTION_CLOSED
Definition: Sender.h:16
const AString & get_address() const
Definition: Sender.h:52
Definition: RefObject.h:89