onBindingEvent

The onBindingEvent method provides notification when the runtime state of service or reference binding is changed.

Notification can be filtered by binding and application name and it serves as the regular expression used to filter the bindings returned.

Type

Asynchronous, 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.
Binding Name String A substring that matches the name of the service or reference binding. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Runtime State String Select Runtime Name

Possible values :

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

Return

Type: COM.TIBCO.hawk.talon.CompositeData

Element Name Type Description
AMX Host String The name of the ActiveMatrix host.
Node String Name of the Node.
Environment String The name of the environment.
Application 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.
Binding 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.
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 the binding.