org.sapia.ubik.net
Class DefaultClientSocketFactory

java.lang.Object
  extended by org.sapia.ubik.net.DefaultClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory

public class DefaultClientSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
DefaultClientSocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClientSocketFactory

public DefaultClientSocketFactory()
Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Throws:
java.io.IOException
See Also:
RMIClientSocketFactory.createSocket(java.lang.String, int)


Copyright © 2010 Sapia OSS. All Rights Reserved.