Sun Java System Access Manager 7.1 C API Reference

am_web_handle_notification()

Handles notification data received by a web agent.

Details

am_web_handle_notification() generates logging messages for the event and any error that may occur during the processing of the notification.

Syntax

#include "am_web.h"
AM_WEB_EXPORT void
am_web_handle_notification(const char *data,
                           size_t data_length);

Parameters

This function takes the following parameters:

data

Pointer to the notification message as an XML string.

data_length

Value based on the size_t defined in the standard <stddef.h> header file that reflects the length of the notification message.

Returns

This function returns no value.