Common Methods
Some TIBCO Hawk microagent methods are common across all microagents. These common methods performs release and trace-related functions.
- The getReleaseVersion Method
The getReleaseVersion method returns version information about the current release of this microagent. The version comprises a major, minor, and update number separated by periods (for example, 3.1.1). Both a string representation of the version (Version) and an integer representation of the major, minor, and update components of the version (Major, Minor, and Update, respectively) is returned. - The getTraceLevel Method
The getTraceLevel method returns the trace level settings. - The setTraceLevel Method
The setTraceLevel method sets the trace level bits. - The getTraceParameters Method
The getTraceParameters method returns tracing parameter information. - The setTraceParameters Method
The setTraceParameters method sets tracing parameters. - The _onUnsolicitedMsg Method
The _onUnsolicitedMsg method returns any unsolicited notifications that are sent from this microagent. Invoking this method returns the last such message that was received (if any).
Copyright © Cloud Software Group, Inc. All rights reserved.