org.jacorb.orb.iiop
Class IIOPFactories

java.lang.Object
  extended by org.omg.ETF._FactoriesLocalBase
      extended by org.jacorb.orb.etf.FactoriesBase
          extended by org.jacorb.orb.iiop.IIOPFactories
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable

public class IIOPFactories
extends FactoriesBase

Version:
$Id: IIOPFactories.java,v 1.12 2006/07/27 13:50:35 nick.cross Exp $
Author:
Andre Spiegel

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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class FactoriesBase

match_tag

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