IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class DataInitializer

java.lang.Object
  extended by com.ibm.btt.base.DataInitializer
All Implemented Interfaces:
Initializer

public class DataInitializer
extends java.lang.Object
implements Initializer

Data Element Initializer

See Also:
Initializer

Constructor Summary
DataInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static KeyedCollection getDataConfig()
          return Data Config
static Hashtable getTagClassTableForData()
           
 void initialize(KeyedCollection config)
          Initialize current component
static void reinitialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataInitializer

public DataInitializer()
Method Detail

initialize

public void initialize(KeyedCollection config)
                throws BTTInitException
Description copied from interface: Initializer
Initialize current component

Specified by:
initialize in interface Initializer
Throws:
BTTInitException
See Also:
Initializer.initialize(KeyedCollection)

getDataConfig

public static KeyedCollection getDataConfig()
return Data Config


getTagClassTableForData

public static Hashtable getTagClassTableForData()
Returns:
Tag Class Table For Data

cleanup

public void cleanup(KeyedCollection config)
             throws BTTCleanUpException
Description copied from interface: Initializer
Cleanup current component

Specified by:
cleanup in interface Initializer
Parameters:
config - the current cached XML cleans the current cached configuration
Throws:
BTTCleanUpException
See Also:
Initializer.cleanup(KeyedCollection)

reinitialize

public static void reinitialize()
                         throws BTTInitException
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011