#include <WFMO_Reactor.h>
Inheritance diagram for ACE_WFMO_Reactor_Handler_Repository::Common_Info:
Public Methods | |
Common_Info (void) | |
Constructor used for initializing the structure. | |
void | reset (void) |
Reset the state of the structure. | |
void | set (int io_entry, ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, long network_events, int delete_event, int delete_entry, ACE_Reactor_Mask close_masks) |
Set the structure to these new values. | |
void | set (Common_Info &common_info) |
Set the structure to these new values. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
int | io_entry_ |
ACE_Event_Handler * | event_handler_ |
The assosiated <Event_Handler>. | |
ACE_HANDLE | io_handle_ |
long | network_events_ |
int | delete_event_ |
int | delete_entry_ |
This is set when the entry needed to be deleted. | |
ACE_Reactor_Mask | close_masks_ |
|
Constructor used for initializing the structure.
|
|
Dump the state of an object.
Reimplemented in ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info, and ACE_WFMO_Reactor_Handler_Repository::Suspended_Info. |
|
Reset the state of the structure.
Reimplemented in ACE_WFMO_Reactor_Handler_Repository::Current_Info, ACE_WFMO_Reactor_Handler_Repository::To_Be_Added_Info, and ACE_WFMO_Reactor_Handler_Repository::Suspended_Info. |
|
Set the structure to these new values.
|
|
Set the structure to these new values.
|
|
These are the masks related to <handle_close> for the <Event_Handler>. This is only valid when <delete_entry_> is set. |
|
This is set when the entry needed to be deleted.
|
|
This flag indicates that <WFMO_Reactor> created the event on behalf of the user. Therefore we need to clean this up when the <Event_Handler> removes itself from <WFMO_Reactor>. This entry is only valid if the <io_entry_> flag is true. |
|
The assosiated <Event_Handler>.
|
|
This indicates whether this entry is for I/O or for a regular event |
|
The I/O handle related to the <Event_Handler>. This entry is only valid if the <io_entry_> flag is true. |
|
This is the set of events that the <Event_Handler> is interested in. This entry is only valid if the <io_entry_> flag is true. |