Specifications
Resource Definitions
Parameter
When used in resource definitions, a Windows resource supports the following
parameter.
ExecutableName. The name of the process
Note: You cannot use the IgnoreEvents clause for Windows Start or Stop
events.
Example
The following example shows a sample rule set for PeopleSoft. The Windows
resource definition in the additional section allows Application Response to
observe windowing activity (related to the required processes) when
monitoring PeopleSoft transactions.
resources
{
require one
{
resource Process
{ ExecutableName=$(Application Executable) }
resource Process { ExecutableName="PSTOOLS" }
resource Process { ExecutableName="PSIDE" }
resource Process { ExecutableName="PSTORES" }
resource Process { ExecutableName="PSQED" }
}
additional
{
resource Windows { }
resource Connection { }
}
}
transaction "WindowTransition"
module "WindowTransition"
{
# Start with any window.
event "Wnd1" Windows SetTitle { }
# Ends with any other window
event "Wnd2" Windows SetTitle { }
}
Resource Definitions
Application Response does not begin to monitor transactions until it has
recognized an application instance. Resource definitions tell Application
Response how to recognize a running instance of an application, and which
BT Language Reference 189