org.omg.CosNotification

Class QoSAdminPOATie

public class QoSAdminPOATie extends QoSAdminPOA

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.
Constructor Summary
QoSAdminPOATie(QoSAdminOperations tieObject)
Constructor
QoSAdminPOATie(QoSAdminOperations tieObject, POA poa)
Constructor
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
POA_default_POA()
_default_POA method
QoSAdminOperations_delegate()
Get the delegate
void_delegate(QoSAdminOperations delegate_)
Set the delegate

Constructor Detail

QoSAdminPOATie

public QoSAdminPOATie(QoSAdminOperations tieObject)
Constructor

QoSAdminPOATie

public QoSAdminPOATie(QoSAdminOperations tieObject, POA poa)
Constructor

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

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public QoSAdminOperations _delegate()
Get the delegate

_delegate

public void _delegate(QoSAdminOperations delegate_)
Set the delegate