util.rmi
Class VpnRegistry.RSSF

java.lang.Object
  extended by util.rmi.VpnRegistry.RSSF
All Implemented Interfaces:
RMIServerSocketFactory
Enclosing class:
VpnRegistry

private static final class VpnRegistry.RSSF
extends Object
implements RMIServerSocketFactory


Field Summary
private  String host
           
private  int port
           
 
Constructor Summary
private VpnRegistry.RSSF()
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

private int port

host

private String host
Constructor Detail

VpnRegistry.RSSF

private VpnRegistry.RSSF()
Method Detail

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface RMIServerSocketFactory
Throws:
IOException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object