util.rmi
Class VpnSocketFactory.Rmiregistry

java.lang.Object
  extended by util.rmi.VpnSocketFactory.Rmiregistry
Enclosing class:
VpnSocketFactory

public static class VpnSocketFactory.Rmiregistry
extends Object

Starts an RMI-registry on the default port, setting the default socket factory to our implementation.


Constructor Summary
VpnSocketFactory.Rmiregistry()
           
 
Method Summary
static void main(String[] ign)
          No command lines except an optional registry port supported, if other than the default look-up list should be used, use the VpnSocketFactory.VPNHOSTS system property and let them point to a String-toString ascii resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VpnSocketFactory.Rmiregistry

public VpnSocketFactory.Rmiregistry()
Method Detail

main

public static void main(String[] ign)
                 throws RemoteException
No command lines except an optional registry port supported, if other than the default look-up list should be used, use the VpnSocketFactory.VPNHOSTS system property and let them point to a String-toString ascii resource.

Throws:
RemoteException