The onComponentEvent method provides notification when the runtime state of component is changed.
Notification can be filtered by component and application name and it serves as the regular expression used to filter the components 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.
|
Component Name
|
String
|
A substring that matches the component name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
|
Runtime State
|
String
|
Select runtime state of the component.
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.
|
Component
|
String
|
A substring that matches the component name. 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)
|
Runtime State
|
String
|
Runtime state of the component.
- RUNNING
- NOT_RUNNING
- STOPPED
- LOST_CONTACT
- INSTALLED
- UNINSTALLED
- START_FAILED
- WAITING_FOR_DEPENDENCIES
|
Component URI
|
String
|
Component URI.
|
Time Stamp
|
String
|
Time stamp of runtime state change of the binding.
|
Copyright © Cloud Software Group, Inc. All rights reserved.