Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 ActiveMatrix Service Microagent : com.tibco.hawk.amx.AMXService : getBindingOperationStats

getBindingOperationStats
Method
Purpose
This method provides statistics of service and reference binding operation execution by operation name, service or reference binding name, application name and binding type and it serves as the regular expression used to filter the operations statistics returned.
Type
Synchronous, IMPACT_INFO.
Arguments
 
A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
A substring that matches the name of the binding. An empty string (the default) matches all names. The substring provided can also be a regular expression.
A substring that matches the operation name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
<none>: All service and reference bindings.
SERVICE: Only service binding.
REFERENCE: Only reference bindings.
Return
Type: COM.TIBCO.hawk.talon.TabularData
 
Binding type (that is, Component Service or Reference name).

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved