org.omg.CosTradingDynamic

Class _DynamicPropEvalStub

public class _DynamicPropEvalStub extends ObjectImpl implements DynamicPropEval

The DynamicPropEval interface is provided by an exporter who wishes to provide a dynamic property value in a service offer held by the trader. When exporting a service offer (or proxy offer), the property with the dynamic value has an any value which contains a DynamicProp structure rather than the normal property value. A trader which supports dynamic properties accepts this DynamicProp value as containing the information which enables a correctly-typed property value to be obtained during the evaluation of a query. The export (or export_proxy) operation raises the PropertyTypeMismatch if the returned_type is not appropriate for the property name as defined by the service type.
Method Summary
AnyevalDP(String name, TypeCode returned_type, Any extra_info)
Operation evalDP
String[]_ids()

Method Detail

evalDP

public Any evalDP(String name, TypeCode returned_type, Any extra_info)
Operation evalDP

_ids

public String[] _ids()