QJCC homepage

biz.chitec.quarterback.gjsa.server
Class ReaderKiller

java.lang.Object
  extended bybiz.chitec.quarterback.gjsa.server.ReaderKiller

public class ReaderKiller
extends java.lang.Object

Killer for readers in the server which have been idle for too long. Due to connection errors, it is possible that the server doesn't recognize a broken connection correctly. In this case, worthless handlers linger around and crop up space and time. To help these restless souls, ReaderKiller tries to kill all readers which have been idle for too long (default: 15 minutes).

Version:
$Id: 07a329fada9ca439cbf6369481a3763cccb272f6 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Constructor Summary
ReaderKiller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderKiller

public ReaderKiller()

QJCC homepage