ProxyConsumer
interface. supports operations common
to all proxy consumers.
readonly attribute SupplierAdmin MyAdmin;
Reference to the parent supplier admin object.
readonly attribute ProxyType MyType;
The type (delivery model and event type) of the proxy.
CosNotification::EventTypeSeq obtain_subscription_types(in ObtainInfoMode mode);
Obtains an aggregate list of all event types on the channel to which there is a subscription.
mode
- Determines how subscribed event types are
returned.
void validate_event_qos(in CosNotification::QoSProperties required_qos, out CosNotification::NamedPropertyRangeSeq available_qos) raises(CosNotification::UnsupportedQoS);
Checks for a conflict between per event QoS and the
QoS settings of the target proxy. If the target proxy
cannot honor any of QoS properties in
required_qos
an UnsupportedQoS
exception is raised.
required_qos
- The QoS properties of interest to
the caller are passed in this parameter.
available_qos
- If the properties in
required_qos
are supported, other optional
QoS properties which are also supported are returned
in this parameter.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)