IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Implementing the initializer

About this task

To implement the initializer, perform the following steps:

Procedure

  1. Create a class which implements the com.ibm.btt.config.Initializer interface.
  2. Create a method public void cleanup(KeyedCollection config).
  3. Create a method public void initialize(KeyedCollection config).


Feedback