IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.services
Class BTTClientReapProc

java.lang.Object
  extended bycom.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


Field Summary
(package private)  long checkInterval
           
static java.lang.String COMPID
           
(package private)  long inactiveTimeout
           
(package private) static BTTClientReapProc reapProc
           
 
Constructor Summary
BTTClientReapProc()
           
 
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
 

Field Detail

COMPID

public static final java.lang.String COMPID
See Also:
Constant Field Values

reapProc

static BTTClientReapProc reapProc

checkInterval

long checkInterval

inactiveTimeout

long inactiveTimeout
Constructor Detail

BTTClientReapProc

public BTTClientReapProc()
Method Detail

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 -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005