org.jacorb.orb.factory
Class PortRangeFactory

java.lang.Object
  extended byorg.jacorb.orb.factory.PortRangeFactory
Direct Known Subclasses:
PortRangeServerSocketFactory, PortRangeSocketFactory

public abstract class PortRangeFactory
extends java.lang.Object


Field Summary
protected  int portMax
           
protected  int portMin
           
 
Constructor Summary
PortRangeFactory(java.lang.String minProp, java.lang.String maxProp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portMin

protected int portMin

portMax

protected int portMax
Constructor Detail

PortRangeFactory

public PortRangeFactory(java.lang.String minProp,
                        java.lang.String maxProp)