Class TimeoutConfigurableRMISocketFactory

java.lang.Object
java.rmi.server.RMISocketFactory
org.apache.commons.jcs3.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory, RMIServerSocketFactory

This can be injected into the remote cache server as follows:
 jcs.remotecache.customrmisocketfactory=org.apache.commons.jcs3.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 jcs.remotecache.customrmisocketfactory.readTimeout=5000
 jcs.remotecache.customrmisocketfactory.openTimeout=5000
 
See Also: