#include <Reactor_Notification_Strategy.h>
Inheritance diagram for ACE_Reactor_Notification_Strategy:
Public Methods | |
ACE_Reactor_Notification_Strategy (ACE_Reactor *reactor, ACE_Event_Handler *eh, ACE_Reactor_Mask mask) | |
virtual | ~ACE_Reactor_Notification_Strategy (void) |
Default dtor. | |
virtual int | notify (void) |
virtual int | notify (ACE_Event_Handler *, ACE_Reactor_Mask mask) |
ACE_Reactor * | reactor (void) |
Get the reactor. | |
void | reactor (ACE_Reactor *r) |
Set the reactor. | |
Protected Attributes | |
ACE_Reactor * | reactor_ |
The Reactor. |
Integrates the <ACE_Message_Queue> notification into the <ACE_Reactor::notify> method.
|
|
|
Default dtor.
|
|
Implements ACE_Notification_Strategy. |
|
Implements ACE_Notification_Strategy. |
|
Set the reactor.
|
|
Get the reactor.
|
|
The Reactor.
|