getBindingInfo
The getBindingInfo method returns service and reference binding information by binding and application name. It serves as the regular expression used to filter the bindings returned.
Arguments
| Name | Type | Description | 
|---|---|---|
| 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. | 
| BindingName | String | 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. | 
| Runtime State | String | Select Runtime Possible values are:  | 
                  
Returns
Type: COM.TIBCO.hawk.talon.TabularData
| Element Name | Type | Description | 
|---|---|---|
| AMX Host | String | ActiveMatrix host Name | 
| Node | String | ActiveMatrix Node Name | 
| Environment | String | Environment Name | 
| Application | String | Application Name | 
| Binding | String | Binding Name | 
| Binding Type | String | Binding Type (Service or Reference) | 
| Contract | String | Contract name (that is, Service or Reference name) | 
| Runtime State | String | Runtime state of binding | 
| Binding URI | String | Binding URI | 
| Time Stamp | String | Time stamp of runtime state change of binding. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
