quamj.qps.configuration
Class QoSPolicy_impl

java.lang.Object
  |
  +--org.omg.CORBA.LocalObject
        |
        +--quamj.qps.configuration.QoSPolicy_impl
All Implemented Interfaces:
org.omg.CORBA.Object

public class QoSPolicy_impl
extends org.omg.CORBA.LocalObject

The QPS policy holds information about the status of a QoS agreement for an Object reference. The policy is custom created through the QPSPolicyFactory .

Applications should not directly create and/or modify this policy, instead an exposed by the QoSRepository interface should to use used.

Version:
$Id: QoSPolicy_impl.java,v 1.9 2002/05/21 14:21:54 kris_tz Exp $
Author:
Christian Tzolov <tzolov@cs.utwente.nl>

Constructor Summary
QoSPolicy_impl(java.lang.String reqQoS)
           
 
Method Summary
 java.lang.String agreed_qos()
           
 void agreed_qos(java.lang.String _val)
           
 org.omg.CORBA.Policy copy()
           
 void destroy()
           
 boolean has_agreed_qos()
           
 boolean has_NO_QOS()
           
 N_S_ID_TYPE neg_session_id()
           
 void neg_session_id(N_S_ID_TYPE val)
           
 int policy_type()
           
 java.lang.String req_qos()
           
 void req_qos(java.lang.String val)
           
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QoSPolicy_impl

public QoSPolicy_impl(java.lang.String reqQoS)
Method Detail

policy_type

public int policy_type()

copy

public org.omg.CORBA.Policy copy()

destroy

public void destroy()

neg_session_id

public N_S_ID_TYPE neg_session_id()

neg_session_id

public void neg_session_id(N_S_ID_TYPE val)

has_agreed_qos

public boolean has_agreed_qos()

req_qos

public java.lang.String req_qos()

req_qos

public void req_qos(java.lang.String val)

agreed_qos

public java.lang.String agreed_qos()

agreed_qos

public void agreed_qos(java.lang.String _val)

has_NO_QOS

public boolean has_NO_QOS()