org.objectweb.proactive.core.ssh.rmissh
Class SshRMIClientSocketFactory

java.lang.Object
  extended byorg.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.io.Serializable

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

Author:
mlacage
See Also:
Serialized Form

Constructor Summary
SshRMIClientSocketFactory()
           
 
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
 

Constructor Detail

SshRMIClientSocketFactory

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright 2001-2005 INRIA All Rights Reserved.