|
IBM WebSphere Multichannel 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()
Clean up all components |
static java.lang.String |
getFullPath(java.lang.String str)
Given a relative path to btt.xml, this method will return the full path |
static java.lang.String |
getSgmlPath()
Get btt configuration file path |
static boolean |
isInitialized()
Get if initialization finished |
static void |
reset()
This method can only be invoked in Websphere Application Server environment In Application Server, you should define the path of the btt.xml file in JNDI name space. |
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.
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 java.lang.String getSgmlPath()
public static void cleanUp() throws BTTInitException
BTTInitException
public static boolean isInitialized()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |