com.ibm.btt.services
Class BTTServerReapProc
java.lang.Object
com.ibm.btt.services.BTTServerReapProc
- All Implemented Interfaces:
- java.lang.Runnable
- public class BTTServerReapProc
- extends java.lang.Object
- implements java.lang.Runnable
The BTTClientReapProc is responsible for the releasing the idle
orphan requester instance
Method Summary |
void |
run()
Check whether there is any inactive requester instance that
passed the time out value without any access |
protected void |
setCheckInterval(long l)
|
protected static void |
start()
start monitor thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPID
public static final java.lang.String COMPID
- See Also:
- Constant Field Values
reapProc
static BTTServerReapProc reapProc
checkInterval
long checkInterval
BTTServerReapProc
public BTTServerReapProc()
run
public void run()
- Check whether there is any inactive requester instance that
passed the time out value without any access
- Specified by:
run
in interface java.lang.Runnable
- See Also:
Runnable.run()
start
protected static void start()
- start monitor thread.
setCheckInterval
protected void setCheckInterval(long l)
- Parameters:
l
-
(c) Copyright IBM Corporation 1998, 2005