IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.services
Class BTTServerReapProc

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


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

checkInterval

long checkInterval
Constructor Detail

BTTServerReapProc

public BTTServerReapProc()
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