org.objectweb.cjdbc.common.net
Class RMISSLClientSocketFactory

java.lang.Object
  extended byorg.objectweb.cjdbc.common.net.RMISSLClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.io.Serializable

public class RMISSLClientSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable

This class defines a RMISSLClientSocketFactory

Version:
1.0
Author:
Marc Wick
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
RMISSLClientSocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String host, 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

RMISSLClientSocketFactory

public RMISSLClientSocketFactory()
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)

equals

public boolean equals(java.lang.Object obj)
See Also:

http://developer.java.sun.com/developer/bugParade/bugs/4492317.html


hashCode

public int hashCode()
See Also:

http://developer.java.sun.com/developer/bugParade/bugs/4492317.html



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.