Activation

These steps are taken to activate a component:

  1. Read the ast.properties file for the component.

  2. Create an instance of each specified notifier and store the reference to prevent it from being garbage collected.

  3. Call the pre-configuration initialization method for each notifier.

  4. Load and activate each specified configuration file.

  5. Call the post-configuration initialization method for each notifier.

Component Activation

Figure 10.4. Component Activation