IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.base
Class ServiceInitializer

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

public class ServiceInitializer
extends java.lang.Object
implements Initializer

Type Initializer which handles BTT Operation definitions generally the operation.xml


Constructor Summary
ServiceInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          Cleanup current component
static KeyedCollection getSettings()
           
static Hashtable getTagClassTable()
           
 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

ServiceInitializer

public ServiceInitializer()
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

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

getTagClassTable

public static Hashtable getTagClassTable()

getSettings

public static KeyedCollection getSettings()

reinitialize

public static void reinitialize()
                         throws BTTInitException
Throws:
BTTInitException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009