Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_IOP::TAO_IOR_Property Interface Reference

Allows setting properties by the different services in the IOR. More...

#include <IORC.h>

Inheritance diagram for TAO_IOP::TAO_IOR_Property:

Inheritance graph
[legend]
Collaboration diagram for TAO_IOP::TAO_IOR_Property:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TAO_IOR_Property_ptr _ptr_type
typedef TAO_IOR_Property_var _var_type

Public Methods

boolean set_property (in Object ior) raises (Invalid_IOR)
boolean set_primary (in Object ior1, in Object ior2) raises (Duplicate, NotFound)
Object get_primary (in Object ior) raises (NotFound)
boolean is_primary_set (in Object ior)
virtual CORBA::Boolean set_property (CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , TAO_IOP::Invalid_IOR )
virtual CORBA::Boolean set_primary (CORBA::Object_ptr ior1, CORBA::Object_ptr ior2 ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , TAO_IOP::Duplicate , TAO_IOP::NotFound )
virtual CORBA::Object_ptr get_primary (CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , TAO_IOP::NotFound )
virtual CORBA::Boolean is_primary_set (CORBA::Object_ptr ior ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void * _tao_QueryInterface (ptr_arith_t type)
virtual const char * _interface_repository_id (void) const

Static Public Methods

TAO_IOR_Property_ptr _duplicate (TAO_IOR_Property_ptr obj)
TAO_IOR_Property_ptr _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
TAO_IOR_Property_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
TAO_IOR_Property_ptr _nil (void)

Static Public Attributes

int _tao_class_id = 0

Protected Methods

 TAO_IOR_Property (void)
virtual ~TAO_IOR_Property (void)

Private Methods

 TAO_IOR_Property (const TAO_IOR_Property &)
void operator= (const TAO_IOR_Property &)

Detailed Description

Allows setting properties by the different services in the IOR.

The implementations of this interface would reside in the services. This interface essentially performs a role of a callback object.

Todo:
This interface seems redundant in the face of the PortableInterceptor::IORInterceptor and the ObjectReferenceTemplate. If that is the case we should deprecate it and remove it.


Member Typedef Documentation

typedef TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_ptr_type
 

Reimplemented from CORBA_Object.

typedef TAO_IOR_Property_var TAO_IOP::TAO_IOR_Property::_var_type
 

Reimplemented from CORBA_Object.


Constructor & Destructor Documentation

TAO_IOP::TAO_IOR_Property::TAO_IOR_Property void    [protected]
 

virtual TAO_IOP::TAO_IOR_Property::~TAO_IOR_Property void    [protected, virtual]
 

TAO_IOP::TAO_IOR_Property::TAO_IOR_Property const TAO_IOR_Property &    [private]
 


Member Function Documentation

TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_duplicate TAO_IOR_Property_ptr    obj [static]
 

virtual const char* TAO_IOP::TAO_IOR_Property::_interface_repository_id void    const [virtual]
 

Reimplemented from CORBA_Object.

TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_nil void    [inline, static]
 

Reimplemented from CORBA_Object.

virtual void* TAO_IOP::TAO_IOR_Property::_tao_QueryInterface ptr_arith_t    type [virtual]
 

Reimplemented from CORBA_Object.

TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_unchecked_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

virtual CORBA::Object_ptr TAO_IOP::TAO_IOR_Property::get_primary CORBA::Object_ptr ior    ACE_ENV_ARG_DECL_WITH_DEFAULTS throw ( CORBA::SystemException , TAO_IOP::NotFound ) [pure virtual]
 

Object TAO_IOP::TAO_IOR_Property::get_primary in Object    ior raises (NotFound)
 

virtual CORBA::Boolean TAO_IOP::TAO_IOR_Property::is_primary_set CORBA::Object_ptr ior    ACE_ENV_ARG_DECL_WITH_DEFAULTS throw ( CORBA::SystemException ) [pure virtual]
 

boolean TAO_IOP::TAO_IOR_Property::is_primary_set in Object    ior
 

void TAO_IOP::TAO_IOR_Property::operator= const TAO_IOR_Property &    [private]
 

virtual CORBA::Boolean TAO_IOP::TAO_IOR_Property::set_primary CORBA::Object_ptr    ior1,
CORBA::Object_ptr ior2    ACE_ENV_ARG_DECL_WITH_DEFAULTS
throw ( CORBA::SystemException , TAO_IOP::Duplicate , TAO_IOP::NotFound ) [pure virtual]
 

boolean TAO_IOP::TAO_IOR_Property::set_primary in Object    ior1,
in Object    ior2
raises (Duplicate, NotFound)
 

virtual CORBA::Boolean TAO_IOP::TAO_IOR_Property::set_property CORBA::Object_ptr ior    ACE_ENV_ARG_DECL_WITH_DEFAULTS throw ( CORBA::SystemException , TAO_IOP::Invalid_IOR ) [pure virtual]
 

boolean TAO_IOP::TAO_IOR_Property::set_property in Object    ior raises (Invalid_IOR)
 


Member Data Documentation

int TAO_IOP::TAO_IOR_Property::_tao_class_id = 0 [static]
 

Reimplemented from CORBA_Object.


The documentation for this interface was generated from the following files:
Generated on Thu Oct 10 21:04:33 2002 for TAO_IORManipulation by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001