An Avalon compliant implementation of AcceptorManager.
The component takes a single configuration parameter;
"shutdownTimeout". This specifies the amount of time to wait
while waiting for connections to shutdown gracefully. A
sample configuration follows;
<!-- wait 200ms for connections to gracefully shutdown -->
<shutdownTimeout>200</shutdownTimeout>
author: Peter Donald author: Mauro Talevi version: $Revision: 1.1 $ $Date: 2004/07/10 13:06:21 $ See Also: org.codehaus.spice.netserve.connection.impl.DefaultAcceptorManager |