Copyright © TIBCO Software Inc. All Rights Reserved


Appendix D TIBCO Hawk Microagent Methods : TIBCO Hawk Methods Overview

TIBCO Hawk Methods Overview
TIBCO BusinessEvents embeds a TIBCO Hawk microagent whose methods enable you to monitor and manage deployed TIBCO BusinessEvents applications. You can use TIBCO Hawk or the Hawk Console in TIBCO Administrator.
Types of Methods
The methods documented in this appendix are provided for the following purposes:
To enable TIBCO Administrator to perform certain actions, for example, GetExecInfo(), stopApplicationInstance(), getHostInformation()
To provide information about what is happening in the TIBCO BusinessEvents engine, for example, getRuleSets(), getDestinations(), getTotalNumberRulesFired()
To make certain changes in the TIBCO BusinessEvents engine without stopping it, for example, activateRuleSet(), forceOMCheckpoint(), reconnectChannels()
Enabling the TIBCO Hawk Microagent
Before using the Hawk methods, you must enable the TIBCO Hawk microagent in the TIBCO BusinessEvents engine property file, be-engine.tra. To do this, set the Hawk.Enabled property to true and ensure that it is uncommented.
If you are using non-default transport parameters for TIBCO Hawk, you must also set the repo.hawkDaemon, repo.hawkNetwork, and repo.hawkService properties to the values for the transport you are using.
For More Information
TIBCO Administrator Server Configuration Guide has more details on working with microagents and methods using TIBCO Administrator. TIBCO Hawk Methods Reference provides detailed documentation about TIBCO Hawk microagents and methods.

Copyright © TIBCO Software Inc. All Rights Reserved