| 
    TAO
    2.2.7
    
   | 
 
Definition for the thread-per-connection strategy. More...
#include <Thread_Per_Connection_Handler.h>


Public Member Functions | |
| TAO_Thread_Per_Connection_Handler (TAO_Connection_Handler *ch, TAO_ORB_Core *oc) | |
| ~TAO_Thread_Per_Connection_Handler (void) | |
| virtual int | svc (void) | 
| Template hook method that the thread uses...  More... | |
| virtual int | open (void *) | 
| virtual int | close (u_long) | 
Private Attributes | |
| TAO_Connection_Handler * | ch_ | 
Definition for the thread-per-connection strategy.
This object acts as an active object, encapsulating the protocol specific handler which the active thread uses to process incoming messages.
| TAO_Thread_Per_Connection_Handler::TAO_Thread_Per_Connection_Handler | ( | TAO_Connection_Handler * | ch, | 
| TAO_ORB_Core * | oc | ||
| ) | 
| TAO_Thread_Per_Connection_Handler::~TAO_Thread_Per_Connection_Handler | ( | void | ) | 
      
  | 
  virtual | 
      
  | 
  virtual | 
      
  | 
  virtual | 
Template hook method that the thread uses...
Please see the documentation in ace/Task.h for details.
      
  | 
  private | 
Pointer to protocol specific code that does the bunch of the job.
 1.8.6