org.omg.CosNotification
Class QoSAdminPOA
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosNotification.QoSAdminPOA
- All Implemented Interfaces:
- org.omg.CORBA.portable.InvokeHandler, QoSAdminOperations
- Direct Known Subclasses:
- QoSAdminPOATie
public abstract class QoSAdminPOA
- extends org.omg.PortableServer.Servant
- implements QoSAdminOperations, org.omg.CORBA.portable.InvokeHandler
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 |
java.lang.String[] |
_all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
|
org.omg.CORBA.portable.OutputStream |
_invoke(java.lang.String opName,
org.omg.CORBA.portable.InputStream _is,
org.omg.CORBA.portable.ResponseHandler handler)
|
QoSAdmin |
_this()
|
QoSAdmin |
_this(org.omg.CORBA.ORB orb)
|
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QoSAdminPOA
public QoSAdminPOA()
_this
public QoSAdmin _this()
_this
public QoSAdmin _this(org.omg.CORBA.ORB orb)
_all_interfaces
public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
- Specified by:
_all_interfaces
in class org.omg.PortableServer.Servant
_invoke
public final org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
org.omg.CORBA.portable.InputStream _is,
org.omg.CORBA.portable.ResponseHandler handler)
- Specified by:
_invoke
in interface org.omg.CORBA.portable.InvokeHandler