quamj.qps.plugins.oci_diffiop
Class ConFactory_impl

java.lang.Object
  |
  +--org.omg.CORBA.LocalObject
        |
        +--quamj.qps.plugins.oci_diffiop.ConFactory_impl
All Implemented Interfaces:
org.omg.CORBA.Object

public class ConFactory_impl
extends org.omg.CORBA.LocalObject


Constructor Summary
ConFactory_impl()
          Creates new ConFactory_impl
 
Method Summary
 com.ooc.OCI.Connector[] create_connectors(org.omg.IOP.IOR ior, org.omg.CORBA.Policy[] policies)
           
 java.lang.String describe_profile(org.omg.IOP.TaggedProfile profile)
           
 boolean equivalent(org.omg.IOP.IOR ior1, org.omg.IOP.IOR ior2)
           
 void finalize()
           
 com.ooc.OCI.ConFactoryInfo get_info()
           
 int hash(org.omg.IOP.IOR ior, int max)
           
 java.lang.String id()
           
 org.omg.IOP.TaggedProfile parse_address(java.lang.String addr, byte[] key)
           
 Transport_impl pre_create_connector_and_transport(org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj)
           
 boolean supports_protocol(java.lang.String protocol)
           
 int tag()
           
 
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConFactory_impl

public ConFactory_impl()
Creates new ConFactory_impl

Method Detail

get_info

public com.ooc.OCI.ConFactoryInfo get_info()

hash

public int hash(org.omg.IOP.IOR ior,
                int max)

id

public java.lang.String id()

tag

public int tag()

describe_profile

public java.lang.String describe_profile(org.omg.IOP.TaggedProfile profile)

supports_protocol

public boolean supports_protocol(java.lang.String protocol)

parse_address

public org.omg.IOP.TaggedProfile parse_address(java.lang.String addr,
                                               byte[] key)

equivalent

public boolean equivalent(org.omg.IOP.IOR ior1,
                          org.omg.IOP.IOR ior2)

create_connectors

public com.ooc.OCI.Connector[] create_connectors(org.omg.IOP.IOR ior,
                                                 org.omg.CORBA.Policy[] policies)

pre_create_connector_and_transport

public Transport_impl pre_create_connector_and_transport(org.omg.CORBA.ORB orb,
                                                         org.omg.CORBA.Object obj)
                                                  throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
java.lang.Throwable