import "CosNotifyChannelAdmin.idl";
Inheritance diagram for CosNotifyChannelAdmin::ProxySupplier:
Public Methods | |
CosNotification::EventTypeSeq | obtain_offered_types (in ObtainInfoMode mode) |
Get the list of event types that this proxy could potentially forward to its connected supplier. More... | |
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. More... | |
Public Attributes | |
readonly attribute ProxyType | MyType |
The style and event format for this proxy. More... | |
readonly attribute ConsumerAdmin | MyAdmin |
The ConsumerAdmin this proxy belongs to. More... | |
attribute CosNotifyFilter::MappingFilter | priority_filter |
Get and set the mapping filter used to change the priority property for this proxy. More... | |
attribute CosNotifyFilter::MappingFilter | lifetime_filter |
Get and set the mapping filter used to change the lifetime property for this proxy. More... |
Supplier proxies are used by consumers to communicate with the Notification Service, this interface captures the shared operations in all those proxies.
|
Get the list of event types that this proxy could potentially forward to its connected supplier.
|
|
Validate a list of QoS properties for an event. Applications send events with specific QoS properties, the following operation allows consumers to verify if a given set of QoS properties would be honored by the proxy.
|
|
Get and set the mapping filter used to change the lifetime property for this proxy. The filter is initialized to the nil reference |
|
The ConsumerAdmin this proxy belongs to.
|
|
The style and event format for this proxy.
|
|
Get and set the mapping filter used to change the priority property for this proxy. The filter is initialized to the nil reference |