Previous Topic: Configure a Database SinkNext Topic: Add a Class for Tracking


Category Settings

The DevTest Java Agent assigns a category to each transaction frame. If the agent cannot determine the category, the default category is assigned.

You can configure the agent to associate an intercepted class or interface with one of the non-default categories. Add the category directive to the rules.xml file of the agent. Specify the class or interface name and the category number.

The category directive has the following format:

<category class="class_or_interface_name" value="category_number"/>

The category directive must be placed within the broker element.

The valid category numbers are:

Example:

<category class="com.mycompany.GuiClass" value="7"/>

Note: While possible, it is not recommended to change the categories of transaction frames that are already assigned a non-default category by the agent.