|
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.cha.ejb.MetaData
com.ibm.btt.cha.ejb.CHAMetaData
public class CHAMetaData
This class is an entrance to manipulate BTT configuration file and external files. For example, load them into memory and provide APIs to access the data in memory.
Constructor Summary | |
---|---|
CHAMetaData()
default constructor - simply initializes the singleton if needed. |
Method Summary | |
---|---|
static java.lang.String |
getContextImplClass()
return the implementation class of CHA |
static boolean |
isCHAFacadeCalledInCHAServerSide()
|
static boolean |
isLocalCall()
If isLocalCall is true, CHA facade will use EJB Local interfaces to interacte with CHA server. |
static boolean |
isPersistenceEnabled()
check if persistence is enabled in CHA |
static Context |
readExternalCtx(java.lang.String aName)
factory method for creating predefined Context objects |
static void |
setCHAFacadeCalledInCHAServerSide(boolean b)
|
Methods inherited from class com.ibm.btt.cha.ejb.MetaData |
---|
getBTTConfigPath, getSetting, isInitialized, isLoadMetaDataInServerSide, setInitialized, setLoadMetaDataInServerSide |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CHAMetaData() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public static java.lang.String getContextImplClass()
public static boolean isPersistenceEnabled()
public static Context readExternalCtx(java.lang.String aName) throws java.io.IOException
aName
- java.lang.String - The name of the Context to return
java.io.IOException
- -
Requested element not found or IO access to XML file not
availablepublic static boolean isLocalCall()
public static boolean isCHAFacadeCalledInCHAServerSide()
public static void setCHAFacadeCalledInCHAServerSide(boolean b)
b
-
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |