quamj.qps.plugins.oci_qiop.configuration
Class QIOPPolicy_impl

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

public class QIOPPolicy_impl
extends org.omg.CORBA.LocalObject

IDL specification for the QIOP policy. The policy is custom created through the QIOPPolicyFactory .

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


Constructor Summary
QIOPPolicy_impl(PerformanceLocalQoSMapper_impl pls)
           
 
Method Summary
 java.lang.String binding_id()
           
 void binding_id(java.lang.String val)
           
 org.omg.CORBA.Policy copy()
           
 void destroy()
           
 boolean isBounded()
           
 int policy_type()
           
 void prepare_reference(org.omg.CORBA.Object obj)
           
 
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

QIOPPolicy_impl

public QIOPPolicy_impl(PerformanceLocalQoSMapper_impl pls)
Method Detail

policy_type

public int policy_type()

copy

public org.omg.CORBA.Policy copy()

destroy

public void destroy()

binding_id

public java.lang.String binding_id()

binding_id

public void binding_id(java.lang.String val)

prepare_reference

public void prepare_reference(org.omg.CORBA.Object obj)

isBounded

public boolean isBounded()