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

CosTradingDynamic::DynamicPropEval Interface Reference

This interface supports the evaluation of dynamic properties. More...

import "CosTradingDynamic.idl";

List of all members.

Public Methods

any evalDP (in CosTrading::PropertyName name, in CORBA::TypeCode returned_type, in any extra_info) raises (DPEvalFailure)
 This operation evaluates the value of a named dynamic property. More...


Detailed Description

This interface supports the evaluation of dynamic properties.


Member Function Documentation

any CosTradingDynamic::DynamicPropEval::evalDP in CosTrading::PropertyName    name,
in CORBA::TypeCode    returned_type,
in any    extra_info
raises (DPEvalFailure)
 

This operation evaluates the value of a named dynamic property.

Returns:
- The value of the property.
Parameters:
name  - The property name.
returned_type  - The type of the value to be returned.
any  - Any required extra information.
@raises DPEvalFailure - If the dynamic property cannot be evaluated.