org.jacorb.orb.iiop
Class IIOPFactories

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.omg.ETF._FactoriesLocalBase
          extended byorg.jacorb.orb.etf.FactoriesBase
              extended byorg.jacorb.orb.iiop.IIOPFactories
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, Factories, FactoriesOperations, IDLEntity, LocalInterface, Object, java.io.Serializable

public class IIOPFactories
extends FactoriesBase

Version:
$Id: IIOPFactories.java,v 1.7 2005/09/27 20:52:18 phil.mesnier Exp $
Author:
Andre Spiegel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jacorb.orb.etf.FactoriesBase
addressClz, configuration, connectionClz, listenerClz, profileClz
 
Constructor Summary
IIOPFactories()
           
 
Method Summary
 Profile decode_corbaloc(java.lang.String corbaloc)
           
 int match_tag(java.lang.String address)
           
 int profile_tag()
           
 
Methods inherited from class org.jacorb.orb.etf.FactoriesBase
configure, create_connection, create_listener, create_protocol_address, demarshal_profile
 
Methods inherited from class org.omg.ETF._FactoriesLocalBase
_ids
 
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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

IIOPFactories

public IIOPFactories()
Method Detail

profile_tag

public int profile_tag()

decode_corbaloc

public Profile decode_corbaloc(java.lang.String corbaloc)
Specified by:
decode_corbaloc in interface FactoriesOperations
Specified by:
decode_corbaloc in class FactoriesBase

match_tag

public int match_tag(java.lang.String address)
Overrides:
match_tag in class FactoriesBase