Configure general options for timeouts

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3074

This topic has not yet been written. The content below is from the topic description.
As with all configuration parameters, there are several avenues for specifying parameter values. See Section General transport configuration for a general discussion of parameter configuration in Remoting. The transport independent key for setting timeouts is "timeout", also available as org.jboss.remoting.ServerInvoker.TIMEOUT. All server invokers also have the getter/setter methods public int getTimeout(); public void setTimeout(int timeout); where the values are given in milliseconds. The default timeout value is 60000 for server invokers.