Setting up Rich Client Monitor

The Bank Transformation Toolkit (BTT) Rich Client Monitor helps you to view the tree structure of BTT data model.

To use the Rich Client Monitor, do the following:

  1. Start IBM® Rational® Application Developer.
  2. Add the following code to your application in the start() method of Activity.java:
    new MonitorService().showMonitor(0);
    This code is used to launch the Rich Client Monitor. You need to add it after the BTT initialization code.
  3. Add the monitor related jar clientmonitor.jar to your Rich Client Application Runtime Classpath.
  4. Launch the monitored Rich Client Application, then the monitor tool is also launched.