com.ontimize.util.rmi
Class ERMIClientSocketFactory
java.lang.Object
java.rmi.server.RMISocketFactory
com.ontimize.util.rmi.ERMIClientSocketFactory
- All Implemented Interfaces:
- java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory
- public class ERMIClientSocketFactory
- extends java.rmi.server.RMISocketFactory
| Methods inherited from class java.rmi.server.RMISocketFactory |
getDefaultSocketFactory, getFailureHandler, getSocketFactory, setFailureHandler, setSocketFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
factory
protected java.rmi.server.RMISocketFactory factory
handler
protected java.rmi.server.RMIFailureHandler handler
retryCount
protected int retryCount
retryTimeout
protected int retryTimeout
ERMIClientSocketFactory
public ERMIClientSocketFactory()
createServerSocket
public java.net.ServerSocket createServerSocket(int p)
throws java.io.IOException
- Throws:
java.io.IOException
setClientFailureHandler
public void setClientFailureHandler(java.rmi.server.RMIFailureHandler h)
createSocket
public java.net.Socket createSocket(java.lang.String host,
int p)
throws java.io.IOException
- Throws:
java.io.IOException