COM.TIBCO.hawk.microagent.Custom

Microagent

Purpose

The Custom microagent (on all platforms) runs executable programs and scripts from within the TIBCO Hawk system. You can retrieve information from a script or program. Custom methods also allow you to write rules that act on that information as though it came from a microagent method call.

Methods

 

Method

Description

Page

Custom:executeForString

Executes a command and returns the output as a String

Custom:executeForString

Custom:executeForNumber

Executes a command and parses the string output to return both an Integer and a Double

Custom:executeForNumber

Custom:execute

Executes a command and ignores the result

Custom:execute

 

Note 

For instructions on how to disable execution of this method, refer to TIBCO Hawk Installation and Configuration.