org.starhope.catullus
Class GaiusValeriusCatullus.BoringSocketFactory

java.lang.Object
  extended by org.starhope.catullus.GaiusValeriusCatullus.BoringSocketFactory
All Implemented Interfaces:
RMIClientSocketFactory
Enclosing class:
GaiusValeriusCatullus

static final class GaiusValeriusCatullus.BoringSocketFactory
extends Object
implements RMIClientSocketFactory

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
GaiusValeriusCatullus.BoringSocketFactory()
           
 
Method Summary
 Socket createSocket(String otherHost, int otherPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaiusValeriusCatullus.BoringSocketFactory

GaiusValeriusCatullus.BoringSocketFactory()
Method Detail

createSocket

public Socket createSocket(String otherHost,
                           int otherPort)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException
See Also:
RMIClientSocketFactory.createSocket(java.lang.String, int)