org.omg.CosTradingDynamic

Class DynamicPropEvalPOATie

public class DynamicPropEvalPOATie extends DynamicPropEvalPOA

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.
Constructor Summary
DynamicPropEvalPOATie(DynamicPropEvalOperations tieObject)
Constructor
DynamicPropEvalPOATie(DynamicPropEvalOperations tieObject, POA poa)
Constructor
Method Summary
AnyevalDP(String name, TypeCode returned_type, Any extra_info)
Operation evalDP
POA_default_POA()
_default_POA method
DynamicPropEvalOperations_delegate()
Get the delegate
void_delegate(DynamicPropEvalOperations delegate_)
Set the delegate

Constructor Detail

DynamicPropEvalPOATie

public DynamicPropEvalPOATie(DynamicPropEvalOperations tieObject)
Constructor

DynamicPropEvalPOATie

public DynamicPropEvalPOATie(DynamicPropEvalOperations tieObject, POA poa)
Constructor

Method Detail

evalDP

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public DynamicPropEvalOperations _delegate()
Get the delegate

_delegate

public void _delegate(DynamicPropEvalOperations delegate_)
Set the delegate