import "CosNotification.idl";
Inheritance diagram for CosNotification::QoSAdmin:
Public Member Functions | |
QoSProperties | get_qos () |
Get the current QoS properties. | |
void | set_qos (in QoSProperties qos) raises ( UnsupportedQoS ) |
Set the QoS properties. | |
void | validate_qos (in QoSProperties required_qos, out NamedPropertyRangeSeq available_qos) raises ( UnsupportedQoS ) |
Validate a set of QoS properties. |
QoS properties of a channel can be set at different levels, including the proxies, the ConsumerAdmin and the SupplierAdmin objects. Each one of those components offers this interface to allow control over the properties.
Definition at line 297 of file CosNotification.idl.
|
Get the current QoS properties. The operation returns the properties set:
|
|
Set the QoS properties.
|
|
Validate a set of QoS properties.
|