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

TAO_IOP::TAO_IOR_Property Interface Reference

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

List of all members.

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)


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 Function Documentation

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

boolean TAO_IOP::TAO_IOR_Property::is_primary_set in Object    ior
 

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

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


The documentation for this interface was generated from the following file:
Generated on Tue Aug 20 17:51:06 2002 for TAO_IORManipulation by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001