Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_handle_notification()

Handles notification data received by an agent.

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

The notification message as an XML string.

data_length

Length of the notification message.

Returns

None

Details

This code handles generating logging messages for the event and any error that may occur during the processing of the notification.