Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO_IOP::TAO_IOR_Property Interface Reference

import "IOR.pidl";

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 Member Functions

boolean set_property (inout Object ior) raises (Invalid_IOR)
boolean set_primary (inout Object ior1, in Object ior2) raises (Duplicate, NotFound)
Object get_primary (in Object ior) raises (NotFound)
boolean is_primary_set (in Object ior)
boolean remove_primary_tag (inout Object iogr) raises (NotFound)
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 CORBA::Boolean remove_primary_tag (CORBA::Object_ptr &iogr ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , TAO_IOP::NotFound )
virtual CORBA::Boolean _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
virtual const char * _interface_repository_id (void) const
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr)

Static Public Member Functions

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)
void _tao_any_destructor (void *)

Protected Member Functions

 TAO_IOR_Property (void)
virtual ~TAO_IOR_Property (void)

Private Member Functions

 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]
 

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_IOP::TAO_IOR_Property_ptr TAO_IOP::TAO_IOR_Property::_duplicate TAO_IOR_Property_ptr  obj  )  [static]
 

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

Reimplemented from CORBA::Object.

virtual CORBA::Boolean TAO_IOP::TAO_IOR_Property::_is_a const char *type_id  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  [virtual]
 

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

Reimplemented from CORBA::Object.

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

Reimplemented from CORBA::Object.

void TAO_IOP::TAO_IOR_Property::_tao_any_destructor void *   )  [static]
 

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)
 

Returns the ior of the primary from <ior> if it has been set. Else returns a NotFound exception

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  ) 
 

Returns a true or false depending on whether a primary member has been set in <ior>

CORBA::Boolean TAO_IOP::TAO_IOR_Property::marshal TAO_OutputCDR cdr  )  [virtual]
 

Reimplemented from CORBA::Object.

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

virtual CORBA::Boolean TAO_IOP::TAO_IOR_Property::remove_primary_tag CORBA::Object_ptr &iogr  ACE_ENV_ARG_DECL_WITH_DEFAULTS  )  throw ( CORBA::SystemException , TAO_IOP::NotFound ) [pure virtual]
 

boolean TAO_IOP::TAO_IOR_Property::remove_primary_tag inout Object  iogr  )  raises (NotFound)
 

If any of the IOR's within the IOGR has a primary tag, just remove it. Returns zero if no primary was found.

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 inout Object  ior1,
in Object  ior2
raises (Duplicate, NotFound)
 

Sets the profile ior1, in the profile ior2 to be a primary.

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 inout Object  ior  )  raises (Invalid_IOR)
 

Operation that would set the required properties in the <ior> as needed by the service.


The documentation for this interface was generated from the following files:
Generated on Fri Dec 31 15:54:25 2004 for TAO_IORManipulation by  doxygen 1.3.9.1