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.

Type

Synchronous, IMPACT_INFO.

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:

  • Blank: All
  • RUNNING
  • NOT_RUNNING
  • STOPPED
  • LOST_CONTACT
  • INSTALLED
  • UNINSTALLED

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
  • RUNNING
  • NOT_RUNNING
  • STOPPED
  • LOST_CONTACT
  • INSTALLED
  • UNINSTALLED
  • START_FAILED
  • WAITING_FOR_DEPENDENCIES
Binding URI String Binding URI
Time Stamp String Time stamp of runtime state change of binding.