Runtime components : Core components : Initialization manager : Tasks : Implementing the initializer
  
Implementing the initializer
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).
Go up to
Tasks