Specifications

Event Actions
DNS Stop Event Action
A Domain Name System (DNS) resource exists for each process that makes
requests to a DNS server. The Stop event indicates that the process has
terminated.
Note: You cannot use the IgnoreEvents clause for a DNS Stop event.
Example
transaction "DNSstop"
module "DNSstop"
{
event "Stop" DNS Stop { }
}
DNS SuccessfulLookup Event Action
A Domain Name System (DNS) resource exists for each process that makes
requests to a DNS server. The SuccessfulLookup event action indicates a
successful DNS lookup.
Example
The following example shows a rule for monitoring successful DNS lookups.
transaction "DNSlookup"
module "DNSlookup"
{
event "Success" DNS SuccessfulLookup { }
}
Java JAddComponent Event Action
The Java JAddComponent event action indicates that a component was added
to a container. This event supports the following parameter:
Child. The class name of the child component that was added.
Example
transaction "AddComponent"
module "AddComponent"
{
event "AddComponent" Java JAddComponent { }
event "AddComponent" Java JAddComponent { }
}
BT Language Reference 139