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
Asynchronous, IMPACT_INFO.
Arguments
| Name | Type | Description |
|---|---|---|
| Operation Name | String |
A substring that matches the operation name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Binding Name | String |
A substring that matches the name of the service or reference binding. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Application Name | String |
A substring that matches the application name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Binding Type | String |
Select type. Possible values:
|
Return
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| AMXCE Host | String | Name of the ActiveMatrix Service Grid - Container Edition host. |
| Node | String | Name of the node. |
| Environment | String | Name of the environment. |
| Application | String | Name of the application. |
| Binding | String | Service or reference binding name. |
| Binding Type | String | Binding type (component service or reference name). |
| Contract | String | Name of the contract. |
| Operation | String | Name of the service operation. |
| Binding URI | String | Service or reference binding URI. |
| Endpoint Direction | String | Endpoint direction (inbound or outbound). |