import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::ProxyConsumer:
Public Member Functions | |
CosNotification::EventTypeSeq | obtain_subscription_types (in ObtainInfoMode mode) |
void | validate_event_qos (in CosNotification::QoSProperties required_qos, out CosNotification::NamedPropertyRangeSeq available_qos) raises (CosNotification::UnsupportedQoS) |
Validate a list of QoS properties for an event. | |
Public Attributes | |
readonly attribute ProxyType | MyType |
The style and event format for this proxy. | |
readonly attribute SupplierAdmin | MyAdmin |
The SupplierAdmin this proxy belongs to. |
Consumer proxies are used by suppliers to provide events into the Notification Service, this interface captures the shared operations in all those proxies.
Definition at line 123 of file CosNotifyChannelAdmin.idl.
|
|
|
Validate a list of QoS properties for an event. Suppliers can provide events with specific QoS properties, the following operation allows suppliers to verify if a given set of QoS properties would be honored by the proxy.
|
|
The SupplierAdmin this proxy belongs to.
Definition at line 131 of file CosNotifyChannelAdmin.idl. |
|
The style and event format for this proxy.
Definition at line 128 of file CosNotifyChannelAdmin.idl. |