|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.config.InitManager
public class InitManager
This class is used to initialize all the component of BTT product. It reads components definition in btt.xml file, and call the Initializer of each component one by one.
Constructor Summary | |
---|---|
InitManager()
|
Method Summary | |
---|---|
static void |
cleanUp()
|
static java.lang.String |
getFullPath(java.lang.String str)
Given a relative path to btt.xml, this method will return the full path |
static boolean |
isInitialized()
|
static void |
reset()
Deprecated. |
static void |
reset(java.lang.String initialPath)
This method initialize all the btt components defined in the btt.xml |
protected static void |
setstrLocation(java.lang.String loc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitManager()
Method Detail |
---|
protected static void setstrLocation(java.lang.String loc)
public static java.lang.String getFullPath(java.lang.String str)
str
- relative path to btt.xml.
@Deprecated public static void reset() throws BTTInitException
java.lang.Exception
- failed to initialize btt.
BTTInitException
public static void reset(java.lang.String initialPath) throws BTTInitException
initialPath
- the location of btt.xml file. It should be any string of a URLjava.lang.Exception
- failed to initialize
BTTInitException
public static void cleanUp() throws BTTInitException
BTTInitException
public static boolean isInitialized()
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |