|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for commore::Sender:Public Member Functions | |
| const AString & | get_address () const |
| virtual bool | is_ok () |
| virtual bool | is_connected () |
| virtual int | call (const Tuple &in_req, Tuple &out_req) |
| virtual void | set_param (const Tuple ¶m) |
| virtual Tuple & | get_param (Tuple ¶m) |
Public Member Functions inherited from commore::RefObject | |
| RefObject () | |
| virtual void | attach () |
| virtual void | release () |
| virtual void | nested_attach () |
| virtual void | nested_release () |
| virtual void | interface_release () |
| virtual void | Run () |
| virtual CriticalSection * | get_cs () |
Static Public Member Functions | |
| static const AChar * | factory_name () |
Static Public Member Functions inherited from commore::RefObject | |
| static AutoRefBase | auto_create () |
| static AutoRefBase | auto_create (const AChar *s) |
| static AutoRefBase | create () |
| static AutoRefBase | create (const AChar *s) |
| static AutoRefBase | bind () |
| static AutoRefBase | bind (const AChar *s) |
| static const AChar * | factory_name () |
Protected Attributes | |
| AString | address_ |
|
inline |
|
virtual |
Check if a connection have been created
|
virtual |
Check Sender integrity Implementation return here possible invalid state
|
virtual |
Param management