onBindingOperationStats

The onBindingOperationStats method provides notification in each interval period defined in monitoring configuration with statistics of service and reference binding operation for last <n> by operation name, binding name, application name and binding type. It serves as the regular expression used to filter the operations statistics returned.

Type

Synchronous, IMPACT_INFO

Arguments

Name Type Description
Operation Name String A substring that matches the operation name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Binding Name String A substring that matches the name of the service or reference binding. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Application Name String A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Binding Type String Select type.

Possible values are:

  • <none: All service and reference bindings.
  • SERVICE: All Service bindings.
  • REFERENCE: All Reference bindings.

Return

Type: COM.TIBCO.hawk.talon.TabularData

Element Name Type Description
AMX Host String ActiveMatrix host name.
Node String Node name.
Environment String Environment name.
Application String Application name.
Binding String Service or Reference binding name.
Binding Type String Binding type (that is, Service or Reference
Contract String Contract Name.
Operation String Service operation name
Binding URI String Service or Reference binding URI.
Endpoint Direction String Endpoint direction (that is, Inbound or Outbound)
Service Execution Stats   Stats. Refer Service Execution Stats .