getBindingInfo
The getBindingInfo method returns the service and reference binding information by binding and application name. It serves as the regular expression used to filter the bindings returned.
Type
Synchronous, IMPACT_INFO.
Arguments
| Name | Type | Description |
|---|---|---|
| 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 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.) |
| Runtime State | String |
Select a runtime state of the binding. |
Returns
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| AMXCE Host | String | Name of the AMXCE host. |
| AMXCE Node | String | Name of the AMXCE node. |
| Environment | String | Name of the environment. |
| Application | String | Name of the application. |
| Binding | String | Name of the binding. |
| Binding Type | String | Binding type (service or reference). |
| Contract | String | Contract name (service or reference name). |
| Runtime State | String |
Runtime state of the binding. Possible values:
|
| Binding URI | String | Binding URI. |
| Time Stamp | String | Timestamp of the runtime state change of binding. |