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