TIBCO Adapter SDK C++ Reference
MHawkMicroAgent Members
MHawkMicroAgent | Legend
Members
Methods
Method Description
addMethod Add a method, which will be registered with TIBCO Hawk. Return false if a method with the same name has already been registered.

The caller should not delete this method until after all Hawk microagents in which this method has been registered are terminated.

getHawkMethodTimeout  
getMethod Return the TIBCO Hawk method corresponding to a specified method name. Do not delete the returned method unless all the MHawkMicroAgents in which this method is registered have been terminated.
getName Return the name of this MHawkMicroagent.
getRegisteredMethods Return an MList of all registered methods for this MHawkMicroagent.
removeMethod Remove a method from the list of registered methods.
sendNotification A notification is a text message posted by a TIBCO Hawk agent as a consequence of processing an action in a rulebase. The notification is detected and displayed by any listening TIBCO Hawk Display program.
setHawkMethodTimeout  
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.