CosTradingDynamic::DynamicPropEval Interface Reference

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

import "CosTradingDynamic.idl";

List of all members.

Public Member Functions

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.


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.
DPEvalFailure - If the dynamic property cannot be evaluated.