org.apache.geronimo.kernel.rmi
Class GeronimoRMIClientSocketFactory
java.lang.Object
org.apache.geronimo.kernel.rmi.GeronimoRMIClientSocketFactory
- All Implemented Interfaces:
- Serializable, RMIClientSocketFactory
public class GeronimoRMIClientSocketFactory
- extends Object
- implements RMIClientSocketFactory, Serializable
- See Also:
- Serialized Form
GeronimoRMIClientSocketFactory
public GeronimoRMIClientSocketFactory(int connectionTimeout,
int readTimeout)
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.