This structure inherits from the common structure to add information for suspended entries.  
 More...
#include <WFMO_Reactor.h>
|  | 
|  | Suspended_Info (void) | 
|  | Constructor used for initializing the structure.  More... 
 | 
|  | 
| void | reset (void) | 
|  | Reset the state of the structure.  More... 
 | 
|  | 
| void | set (ACE_HANDLE event_handle, bool io_entry, ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, long network_events, bool delete_event, bool delete_entry=false, ACE_Reactor_Mask close_masks=0, bool resume_entry=false) | 
|  | Set the structure to these new values.  More... 
 | 
|  | 
| void | set (ACE_HANDLE event_handle, Common_Info &common_info, bool resume_entry=false) | 
|  | Set the structure to these new values.  More... 
 | 
|  | 
| void | dump (void) const | 
|  | Dump the state of an object.  More... 
 | 
|  | 
|  | Common_Info (void) | 
|  | Constructor used for initializing the structure.  More... 
 | 
|  | 
| void | reset (void) | 
|  | Reset the state of the structure.  More... 
 | 
|  | 
| void | set (bool io_entry, ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, long network_events, bool delete_event, bool delete_entry, ACE_Reactor_Mask close_masks) | 
|  | Set the structure to these new values.  More... 
 | 
|  | 
| void | set (Common_Info &common_info) | 
|  | Set the structure to these new values.  More... 
 | 
|  | 
| void | dump (void) const | 
|  | Dump the state of an object.  More... 
 | 
|  | 
This structure inherits from the common structure to add information for suspended entries. 
  
  | 
        
          | ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::Suspended_Info | ( | void |  | ) |  |  | inline | 
 
Constructor used for initializing the structure. 
 
 
  
  | 
        
          | void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::dump | ( | void |  | ) | const |  | inline | 
 
Dump the state of an object. 
 
 
  
  | 
        
          | void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::reset | ( | void |  | ) |  |  | inline | 
 
Reset the state of the structure. 
 
 
  
  | 
        
          | void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::set | ( | ACE_HANDLE | event_handle, |  
          |  |  | bool | io_entry, |  
          |  |  | ACE_Event_Handler * | event_handler, |  
          |  |  | ACE_HANDLE | io_handle, |  
          |  |  | long | network_events, |  
          |  |  | bool | delete_event, |  
          |  |  | bool | delete_entry = false, |  
          |  |  | ACE_Reactor_Mask | close_masks = 0, |  
          |  |  | bool | resume_entry = false |  
          |  | ) |  |  |  | inline | 
 
Set the structure to these new values. 
 
 
  
  | 
        
          | void ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::set | ( | ACE_HANDLE | event_handle, |  
          |  |  | Common_Info & | common_info, |  
          |  |  | bool | resume_entry = false |  
          |  | ) |  |  |  | inline | 
 
Set the structure to these new values. 
 
 
      
        
          | ACE_HANDLE ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::event_handle_ | 
      
 
 
      
        
          | bool ACE_WFMO_Reactor_Handler_Repository::Suspended_Info::resume_entry_ | 
      
 
This is set when the entry needed to be resumed. 
 
 
The documentation for this class was generated from the following files: