TIBCO Adapter SDK C++ Reference
|
The notification type is one of:
To see the notification on a Hawk display, you can either write a Hawk rulebase subscribing to the _onUnsolicitedMsg() method of the microagent or you can invoke the _onUnsolicitedMsg() method of the microagent to see the last trace message received.
See TIBCO Hawk documentation for details.
Parameters | Description |
MHawkNotificationType notificationType | Type of notification to be sent. One of M_HAWK_WARNING, M_HAWK_ERROR, M_HAWK_INFO. |
const MString& sNotificationText | Notification text to be sent. Must be an MString. |
int notificationId = 0 | ID of the notification to be sent. Default is 0. |
void sendNotification(MHawkNotificationType notificationType, const MString& sNotificationText, int notificationId = 0) const throw(MException);