XrlFinderEventObserverV0p1Client (XrlSender* s)
| XrlFinderEventObserverV0p1Client |
~XrlFinderEventObserverV0p1Client ()
| ~XrlFinderEventObserverV0p1Client |
[virtual]
typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetBirthCB | XrlTargetBirthCB |
bool send_xrl_target_birth (
const char* dst_xrl_target_name,
const string& target_class,
const string& target_instance,
const XrlTargetBirthCB& cb
)
| send_xrl_target_birth |
Send Xrl intended to:
Announce target birth to observer.
Parameters:
dst_xrl_target_name | the Xrl target name of the destination. |
target_class | the target class name. |
target_instance | the target instance name. |
typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetDeathCB | XrlTargetDeathCB |
bool send_xrl_target_death (
const char* dst_xrl_target_name,
const string& target_class,
const string& target_instance,
const XrlTargetDeathCB& cb
)
| send_xrl_target_death |
Send Xrl intended to:
Announce target death to observer.
Parameters:
dst_xrl_target_name | the Xrl target name of the destination. |
target_class | the target class name. |
target_instance | the target instance name. |
XrlSender* _sender | _sender |
[protected]