org.jacorb.orb.factory
Class PortRangeFactory

java.lang.Object
  extended byorg.jacorb.orb.factory.PortRangeFactory
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable
Direct Known Subclasses:
PortRangeServerSocketFactory, PortRangeSocketFactory

public abstract class PortRangeFactory
extends java.lang.Object
implements org.apache.avalon.framework.configuration.Configurable


Field Summary
protected  org.jacorb.config.Configuration configuration
           
protected  int portMax
           
protected  int portMin
           
 
Constructor Summary
PortRangeFactory()
           
 
Method Summary
protected  int getPortProperty(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable
configure
 

Field Detail

portMin

protected int portMin

portMax

protected int portMax

configuration

protected org.jacorb.config.Configuration configuration
Constructor Detail

PortRangeFactory

public PortRangeFactory()
Method Detail

getPortProperty

protected int getPortProperty(java.lang.String name)
                       throws org.apache.avalon.framework.configuration.ConfigurationException
Throws:
org.apache.avalon.framework.configuration.ConfigurationException