#include <DomainC.h>
Inheritance diagram for CORBA::ConstructionPolicy:


Public Types | |
| typedef ConstructionPolicy_ptr | _ptr_type | 
| typedef ConstructionPolicy_var | _var_type | 
Public Member Functions | |
| virtual void | make_domain_manager (::CORBA::InterfaceDef_ptr object_type,::CORBA::Boolean constr_policy) | 
| virtual CORBA::Boolean | _is_a (const char *type_id) | 
| Determine if we are of the type specified by the "logical_type_id".   | |
| virtual const char * | _interface_repository_id (void) const | 
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) | 
| Allows us to forbid marshaling of local interfaces.   | |
Static Public Member Functions | |
| static ConstructionPolicy_ptr | _duplicate (ConstructionPolicy_ptr obj) | 
| static void | _tao_release (ConstructionPolicy_ptr obj) | 
| static ConstructionPolicy_ptr | _narrow (CORBA::Object_ptr obj) | 
| No-op it is just here to simplify some templates.   | |
| static ConstructionPolicy_ptr | _unchecked_narrow (CORBA::Object_ptr obj) | 
| static ConstructionPolicy_ptr | _nil (void) | 
| Return a NULL object.   | |
| static void | _tao_any_destructor (void *) | 
| Used in the implementation of CORBA::Any.   | |
Protected Member Functions | |
| ConstructionPolicy (void) | |
| virtual void | CORBA_ConstructionPolicy_setup_collocation (void) | 
| ConstructionPolicy (IOP::IOR *ior, TAO_ORB_Core *orb_core=0) | |
| ConstructionPolicy (TAO_Stub *objref, CORBA::Boolean _tao_collocated=0, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
| virtual | ~ConstructionPolicy (void) | 
Private Member Functions | |
| ConstructionPolicy (const ConstructionPolicy &) | |
| void | operator= (const ConstructionPolicy &) | 
Private Attributes | |
| TAO::Collocation_Proxy_Broker * | the_TAO_ConstructionPolicy_Proxy_Broker_ | 
Friends | |
| class | TAO::Narrow_Utils< ConstructionPolicy > | 
Reimplemented from CORBA::Policy.
Reimplemented from CORBA::Policy.
| CORBA::ConstructionPolicy::ConstructionPolicy | ( | void | ) |  [protected] | 
        
| ACE_INLINE CORBA::ConstructionPolicy::ConstructionPolicy | ( | IOP::IOR * | ior, | |
| TAO_ORB_Core * |  orb_core = 0 | |||
| ) |  [protected] | 
        
| ACE_INLINE CORBA::ConstructionPolicy::ConstructionPolicy | ( | TAO_Stub * | objref, | |
| CORBA::Boolean |  _tao_collocated = 0,  | 
        |||
| TAO_Abstract_ServantBase * |  servant = 0,  | 
        |||
| TAO_ORB_Core * |  orb_core = 0 | |||
| ) |  [protected] | 
        
| CORBA::ConstructionPolicy::~ConstructionPolicy | ( | void | ) |  [protected, virtual] | 
        
| CORBA::ConstructionPolicy::ConstructionPolicy | ( | const ConstructionPolicy & | ) |  [private] | 
        
| CORBA::ConstructionPolicy_ptr CORBA::ConstructionPolicy::_duplicate | ( | ConstructionPolicy_ptr | obj | ) |  [static] | 
        
| const char * CORBA::ConstructionPolicy::_interface_repository_id | ( | void | ) |  const [virtual] | 
        
The repository ID for the most derived class, this is an implementation method and does no remote invocations!
Reimplemented from CORBA::Policy.
| CORBA::Boolean CORBA::ConstructionPolicy::_is_a | ( | const char * | type_id | ) |  [virtual] | 
        
Determine if we are of the type specified by the "logical_type_id".
Reimplemented from CORBA::Policy.
| CORBA::ConstructionPolicy_ptr CORBA::ConstructionPolicy::_narrow | ( | CORBA::Object_ptr | obj | ) |  [static] | 
        
| static ConstructionPolicy_ptr CORBA::ConstructionPolicy::_nil | ( | void | ) |  [inline, static] | 
        
| void CORBA::ConstructionPolicy::_tao_any_destructor | ( | void * | ) |  [static] | 
        
| void CORBA::ConstructionPolicy::_tao_release | ( | ConstructionPolicy_ptr | obj | ) |  [static] | 
        
| CORBA::ConstructionPolicy_ptr CORBA::ConstructionPolicy::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) |  [static] | 
        
Reimplemented from CORBA::Policy.
| void CORBA::ConstructionPolicy::CORBA_ConstructionPolicy_setup_collocation | ( | void | ) |  [protected, virtual] | 
        
| void CORBA::ConstructionPolicy::make_domain_manager | ( | ::CORBA::InterfaceDef_ptr | object_type, | |
| ::CORBA::Boolean | constr_policy | |||
| ) |  [virtual] | 
        
| CORBA::Boolean CORBA::ConstructionPolicy::marshal | ( | TAO_OutputCDR & | cdr | ) |  [virtual] | 
        
| void CORBA::ConstructionPolicy::operator= | ( | const ConstructionPolicy & | ) |  [private] | 
        
friend class TAO::Narrow_Utils< ConstructionPolicy > [friend]           | 
        
TAO::Collocation_Proxy_Broker* CORBA::ConstructionPolicy::the_TAO_ConstructionPolicy_Proxy_Broker_ [private]           | 
        
 1.4.7-1