Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 ActiveMatrix Service Microagent : com.tibco.hawk.amx.AMXService : getComponentInfo

getComponentInfo
Method
Purpose
This method returns Component information by Component and Application name. It serves as a regular expression used to filter the components returned.
Type
Synchronous, IMPACT_INFO.
Arguments
 
A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
A substring that matches the component name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Returns
Type: COM.TIBCO.hawk.talon.TabularData
 
The name of the ActiveMatrix host associated with the node.
Time stamp of the changed runtime state of the component.
 
Application Key generated from Application Name, if application deployed only in one environment without any space in words of Application, then Application Key is same of Application Name. But if application contains spaces then spaces replaced with “_” underscore. If same application deployed across the environment with same name then Application name postfix with incremental of one.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved