TAO_CosNotification
2.4.1
|
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. More... | |
virtual | ~TAO_Notify_Method_Request_Updates_No_Copy () |
Destructor. More... | |
virtual TAO_Notify_Method_Request_Queueable * | copy (void) |
Create a copy of this object. More... | |
virtual int | execute (void) |
Execute the Request. More... | |
Public Member Functions inherited from TAO_Notify_Method_Request_Updates_T< SEQ, PROXY, SEQ_PARAM, PROXY_PARAM > | |
TAO_Notify_Method_Request_Updates_T (SEQ_PARAM added, SEQ_PARAM removed, PROXY_PARAM proxy) | |
Constructor. More... | |
virtual | ~TAO_Notify_Method_Request_Updates_T () |
Destructor. More... | |
int | execute_i (void) |
Execute the Request. More... | |
Public Member Functions inherited from TAO_Notify_Method_Request | |
virtual | ~TAO_Notify_Method_Request (void) |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TAO_Notify_Method_Request_Updates_T< SEQ, PROXY, SEQ_PARAM, PROXY_PARAM > | |
SEQ | added_ |
Update Added. More... | |
SEQ | removed_ |
Update Removed. More... | |
PROXY | proxy_ |
The Proxy that will receive the updates. More... | |
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.