IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1
Implementing the initializer
About this task
To implement the initializer, perform the following steps:
Procedure
Create a class which implements the com.ibm.btt.config.Initializer interface.
Create a method public void cleanup(KeyedCollection config).
Create a method public void initialize(KeyedCollection config).
Parent topic:
Tasks
Feedback