TAO 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO::Object_Proxy_Broker Class Referenceabstract

Object_Proxy_Broker. More...

#include <Object_Proxy_Broker.h>

Inheritance diagram for TAO::Object_Proxy_Broker:
Inheritance graph
[legend]

Public Member Functions

virtual ~Object_Proxy_Broker ()
 Destructor.
 
virtual CORBA::Boolean _is_a (CORBA::Object_ptr target, const char *logical_type_id)=0
 
virtual CORBA::Boolean _non_existent (CORBA::Object_ptr target)=0
 
virtual CORBA::InterfaceDef * _get_interface (CORBA::Object_ptr target)=0
 
virtual CORBA::Object_ptr _get_component (CORBA::Object_ptr target)=0
 
virtual char * _repository_id (CORBA::Object_ptr target)=0
 

Detailed Description

Object_Proxy_Broker.

Constructor & Destructor Documentation

◆ ~Object_Proxy_Broker()

TAO::Object_Proxy_Broker::~Object_Proxy_Broker ( )
virtual

Destructor.

Member Function Documentation

◆ _get_component()

virtual CORBA::Object_ptr TAO::Object_Proxy_Broker::_get_component ( CORBA::Object_ptr target)
pure virtual

◆ _get_interface()

virtual CORBA::InterfaceDef * TAO::Object_Proxy_Broker::_get_interface ( CORBA::Object_ptr target)
pure virtual

◆ _is_a()

virtual CORBA::Boolean TAO::Object_Proxy_Broker::_is_a ( CORBA::Object_ptr target,
const char * logical_type_id )
pure virtual

◆ _non_existent()

virtual CORBA::Boolean TAO::Object_Proxy_Broker::_non_existent ( CORBA::Object_ptr target)
pure virtual

◆ _repository_id()

virtual char * TAO::Object_Proxy_Broker::_repository_id ( CORBA::Object_ptr target)
pure virtual

The documentation for this class was generated from the following files: