Specifications

Event Types
event "Fail" DNS FailedLookup { }
}
transaction "SuccessfulLookup"
module "SuccessfulLookup"
{
event "Success" DNS SuccessfulLookup { }
Java Event Type
Use the Java event type when defining an event that involves actions in a Java
application or applet.
When used in a transaction definition, a Java event type supports the following
event actions:
JInvokeApp (not applicable to Java applets)
JMouseClick
JMouseRelease
JKeyPress
JSetLabel
JSetText
JAddComponent
JRemoveComponent
Start
Stop
Example
The following example shows a resource definition and transaction definitions
for Java activity.
resources
{
require any
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="javaw" }
}
additional
{
BT Language Reference 127