TIBCO Hawk Microagent Methods
To augment the monitoring and management functions in TIBCO Administrator, the TIBCO BusinessEvents engine is instrumented with a TIBCO Hawk microagent that can be used to perform many administrative functions.
The provided methods have the following purpose:
- 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,
getRules()
,getDestinations()
,getTotalNumberRulesFired()
- To make certain changes in the TIBCO BusinessEvents engine without stopping it, for example,
activateRule()
,reconnectChannels().
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.
For more information, see:
- 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.
The provided methods are:
- activateRule()
- deactivateRule()
- execute()
- getChannels()
- getCacheRecoveryInfo()
- getDestinations()
- getEvent()
- GetExecInfo()
- getHostInformation()
- getInstance()
- getJoinTable
- GetLoggerNamesWithLevels()
- getMemoryUsage()
- getNumberOfEvents()
- getNumberOfInstances()
- getOMInfo()
- getRule()
- getRules()
- getScorecard()
- getScorecards()
- getSessionInputDestinations()
- getSessions()
- getStatus()
- getTotalNumberRulesFired()
- getTraceSinks()
- reconnectChannels()
- resetTotalNumberRulesFired()
- resumeChannels()
- resumeDestinations()
- resumeRuleServiceProvider()
- setLogLevel()
- startFileBasedProfiler()
- stopFileBasedProfiler()
- suspendRuleServiceProvider ()
Subtopics