TAO_CosNotification 4.0.0
|
Command Object to send updates to proxys. More...
#include <Method_Request_Updates.h>
Public Member Functions | |
TAO_Notify_Method_Request_Updates_No_Copy (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed, TAO_Notify_Proxy *proxy) | |
Constructor. | |
virtual | ~TAO_Notify_Method_Request_Updates_No_Copy () |
Destructor. | |
virtual TAO_Notify_Method_Request_Queueable * | copy () |
Create a copy of this object. | |
virtual int | execute () |
Execute the Request. | |
![]() | |
TAO_Notify_Method_Request_Updates_T (SEQ_PARAM added, SEQ_PARAM removed, PROXY_PARAM proxy) | |
Constructor. | |
virtual | ~TAO_Notify_Method_Request_Updates_T () |
Destructor. | |
int | execute_i () |
Execute the Request. | |
![]() | |
virtual | ~TAO_Notify_Method_Request () |
Destructor. | |
Additional Inherited Members | |
![]() | |
SEQ | added_ |
Update Added. | |
SEQ | removed_ |
Update Removed. | |
PROXY | proxy_ |
The Proxy that will receive the updates. | |
Command Object to send updates to proxys.
TAO_Notify_Method_Request_Updates_No_Copy::TAO_Notify_Method_Request_Updates_No_Copy | ( | const TAO_Notify_EventTypeSeq & | added, |
const TAO_Notify_EventTypeSeq & | removed, | ||
TAO_Notify_Proxy * | proxy ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Create a copy of this object.
Implements TAO_Notify_Method_Request.
|
virtual |
Execute the Request.
Implements TAO_Notify_Method_Request.