se.unlogic.standardutils.rmi
Class TimeoutRMISocketFactory

java.lang.Object
  extended by java.rmi.server.RMISocketFactory
      extended by se.unlogic.standardutils.rmi.TimeoutRMISocketFactory
All Implemented Interfaces:
RMIClientSocketFactory, RMIServerSocketFactory

public class TimeoutRMISocketFactory
extends RMISocketFactory


Field Summary
protected  int connectionTimeout
           
protected  int readTimeout
           
 
Constructor Summary
TimeoutRMISocketFactory(int readTimeout, int connectionTimeout)
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 Socket createSocket(String host, int port)
           
 
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
 

Field Detail

readTimeout

protected int readTimeout

connectionTimeout

protected int connectionTimeout
Constructor Detail

TimeoutRMISocketFactory

public TimeoutRMISocketFactory(int readTimeout,
                               int connectionTimeout)
Method Detail

createSocket

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

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface RMIServerSocketFactory
Specified by:
createServerSocket in class RMISocketFactory
Throws:
IOException


Copyright © 2011. All Rights Reserved.