#include <Acceptor_Impl.h>
Inheritance diagram for TAO_Creation_Strategy< SVC_HANDLER >:
Public Methods | |
TAO_Creation_Strategy (TAO_ORB_Core *orb_core, void *arg=0, CORBA::Boolean flag=0) | |
int | make_svc_handler (SVC_HANDLER *&sh) |
Create a SVC_HANDLER and set the ORB_Core pointer on it. | |
Protected Attributes | |
TAO_ORB_Core * | orb_core_ |
Pointer to the ORB Core. | |
void * | arg_ |
Some info/state to be passed to the service handler we create. | |
CORBA::Boolean | lite_flag_ |
Should we use the Lite version for any protocol? |
|
Constructor. <arg> parameter is used to pass any special state/info to the service handler upon creation. Currently used by IIOP and UIOP to pass protocol configuration properties. |
|
Create a SVC_HANDLER and set the ORB_Core pointer on it.
Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >. |
|
Some info/state to be passed to the service handler we create.
|
|
Should we use the Lite version for any protocol?
|
|
Pointer to the ORB Core.
|