TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() |
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. |
![]() | |
![]() | 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. |
![]() ![]() | Return the name of this MHawkMicroagent. |
![]() | Return an MList of all registered methods for this MHawkMicroagent. |
![]() | Remove a method from the list of registered methods. |
![]() | 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. |
![]() |