com.ibm.btt.services
Class BTTClientReapProc
java.lang.Object
com.ibm.btt.services.BTTClientReapProc
- All Implemented Interfaces:
- java.lang.Runnable
- public class BTTClientReapProc
- 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 BTTClientReapProc reapProc
checkInterval
long checkInterval
inactiveTimeout
long inactiveTimeout
BTTClientReapProc
public BTTClientReapProc()
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