util.rmi
Class VpnRegistry.VpnServer

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

private static class VpnRegistry.VpnServer
extends Object
implements RMIServerSocketFactory


Field Summary
private  InetAddress bindto
           
 
Constructor Summary
VpnRegistry.VpnServer(InetAddress bind)
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 boolean equals(Object that)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindto

private final InetAddress bindto
Constructor Detail

VpnRegistry.VpnServer

VpnRegistry.VpnServer(InetAddress bind)
Method Detail

createServerSocket

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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