IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Class CHAStart

java.lang.Object
  extended bycom.ibm.btt.cha.ejb.CHAStart

public class CHAStart
extends java.lang.Object

This class will be called before the CHA server is started. It provides the functions to clean up all the DB tables used by CHA subsystem and create a intial context tree for CHA subsystem.


Field Summary
static java.lang.String COPYRIGHT
           
(package private) static boolean isCleanUp
           
 
Constructor Summary
CHAStart()
           
 
Method Summary
 boolean initContextTreeStart()
          If we set a valid value for InitTailContextName, InitContextTreeStarupBean will initialize the context tree from root context until the context whose name matchs the vaule of variable InitTailContextName defined in dse.ini.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

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

isCleanUp

static boolean isCleanUp
Constructor Detail

CHAStart

public CHAStart()
Method Detail

initContextTreeStart

public boolean initContextTreeStart()
If we set a valid value for InitTailContextName, InitContextTreeStarupBean will initialize the context tree from root context until the context whose name matchs the vaule of variable InitTailContextName defined in dse.ini.

Returns:
boolean

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005