Implementing the initializer

About this task
To implement the initializer, perform the following steps:
  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).