jasco.util.distribution
Class JascoServerSocketFactory

java.lang.Object
  extended by jasco.util.distribution.JascoServerSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIServerSocketFactory

public class JascoServerSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIServerSocketFactory

Author:
lbenavid

Constructor Summary
JascoServerSocketFactory()
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JascoServerSocketFactory

public JascoServerSocketFactory()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface java.rmi.server.RMIServerSocketFactory
Throws:
java.io.IOException