p2ps.imp.endpoint
Class PortFactoryKey

java.lang.Object
  extended byp2ps.imp.endpoint.PortFactoryKey

public class PortFactoryKey
extends java.lang.Object

A key used by port factory to check is all the ports have been assigned

Version:
$Revision: 295 $
Author:
Ian Wang

Constructor Summary
PortFactoryKey()
           
 
Method Summary
 int getInitialPort()
           
 void setInitialPort(int initialport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortFactoryKey

public PortFactoryKey()
Method Detail

setInitialPort

public void setInitialPort(int initialport)

getInitialPort

public int getInitialPort()