|
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.CHAFormat
public class CHAFormat
Field Summary | |
---|---|
static java.util.ResourceBundle |
exceptionBundle
Defines exception resource bundle. |
static java.util.ResourceBundle |
traceBundle
Defines trace resource bundle. |
Constructor Summary | |
---|---|
CHAFormat()
This constructor creates a Trace object. |
Method Summary | |
---|---|
static java.lang.String |
getExceptionMsg(java.lang.String key)
Gets exception message from resource bundle. |
static java.lang.String |
getTraceMsg(java.lang.String key)
Gets trace message from resource bundle. |
static void |
mapContents(java.lang.String formatName,
Context inputContext,
Context outputContext)
Maps two contexts, map the content of inputContext into outputContext. |
static DataElement |
unformat(java.lang.String formatName,
java.lang.String aString,
Context aContext)
Unformats a context by a given format. |
static DataElement |
unformatHashtable(java.lang.String name,
Hashtable aHashtable,
Context aContext)
Unformats a context by a given hashtable format. |
static void |
unformatIndexedCollection(java.lang.String name,
Vector aVectorOfHashtables,
Context aContext)
Unformats a context by a given hashtable IndexedCollection format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.ResourceBundle traceBundle
public static java.util.ResourceBundle exceptionBundle
Constructor Detail |
---|
public CHAFormat()
Method Detail |
---|
public static DataElement unformat(java.lang.String formatName, java.lang.String aString, Context aContext) throws CHAFormatException
aContext
- com.ibm.btt.base.Context
DSEInvalidRequestException
DSEInvalidArgumentException
CHAFormatException
public static DataElement unformatHashtable(java.lang.String name, Hashtable aHashtable, Context aContext) throws CHAFormatException
aContext
- com.ibm.btt.base.ContextaHashtable
- com.ibm.btt.base.Hashtable
DSEInvalidRequestException
DSEInvalidArgumentException
CHAFormatException
public static void unformatIndexedCollection(java.lang.String name, Vector aVectorOfHashtables, Context aContext) throws CHAFormatException
aContext
- com.ibm.btt.base.ContextaVectorOfHashtables
- com.ibm.btt.base.Vector
DSEInvalidRequestException
DSEInvalidArgumentException
DSEObjectNotFoundException
CHAFormatException
public static java.lang.String getExceptionMsg(java.lang.String key)
key
- java.lang.String
public static java.lang.String getTraceMsg(java.lang.String key)
key
- java.lang.String
public static void mapContents(java.lang.String formatName, Context inputContext, Context outputContext) throws CHAFormatException
inputContext
- outputContext
- formatName
-
DSEInvalidRequestException
CHAFormatException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |