IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel
Class ChannelInitializer

java.lang.Object
  extended by com.ibm.btt.channel.ChannelInitializer
All Implemented Interfaces:
Initializer

public class ChannelInitializer
extends java.lang.Object
implements Initializer

Then initializer that used to initialize the channel settings


Constructor Summary
ChannelInitializer()
           
 
Method Summary
 void cleanup(KeyedCollection config)
          clean the settings
static KeyedCollection getSettings()
           
 void initialize(KeyedCollection config)
          Initialize the settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInitializer

public ChannelInitializer()
Method Detail

cleanup

public void cleanup(KeyedCollection config)
             throws BTTCleanUpException
clean the settings

Specified by:
cleanup in interface Initializer
Parameters:
config - the KeyedCollection that configured in btt.xml
Throws:
BTTCleanUpException - if error occur

initialize

public void initialize(KeyedCollection config)
                throws BTTInitException
Initialize the settings

Specified by:
initialize in interface Initializer
Parameters:
config - the KeyedCollection that configured in btt.xml
Throws:
BTTInitException - if error occurs

getSettings

public static KeyedCollection getSettings()
Returns:
the KeyedCollection that configured in btt.xml

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011