org.apache.geronimo.kernel.rmi
Class GeronimoRMIClientSocketFactory

java.lang.Object
  extended by org.apache.geronimo.kernel.rmi.GeronimoRMIClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class GeronimoRMIClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable

See Also:
Serialized Form

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

Constructor Detail

GeronimoRMIClientSocketFactory

public GeronimoRMIClientSocketFactory(int connectionTimeout,
                                      int readTimeout)
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.