org.omg.CosNotification

Class _QoSAdminStub

public class _QoSAdminStub extends ObjectImpl implements QoSAdmin

The QoSAdmin interface defines operations which enable clients to get and set the values of QoS properties. It also defines an operation that can verify whether or not a set of requested QoS property settings can be satisfied, along with returning information about the range of possible settings for additional QoS properties. QoSAdmin is intended to be an abstract interface which is inherited by the Proxy, Admin, and Event Channel interfaces defined in the CosNotifyChannelAdmin and CosTypedNotifyChannelAmin modules. The semantics of the operations supported by this interface are defined below.
Method Summary
Property[]get_qos()
Operation get_qos
voidset_qos(Property[] qos)
Operation set_qos
voidvalidate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
Operation validate_qos
String[]_ids()

Method Detail

get_qos

public Property[] get_qos()
Operation get_qos

set_qos

public void set_qos(Property[] qos)
Operation set_qos

validate_qos

public void validate_qos(Property[] required_qos, NamedPropertyRangeSeqHolder available_qos)
Operation validate_qos

_ids

public String[] _ids()