Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_is_notification()

Returns true if the given URL is the notification URL for the web agent as configured in AMAgent.properties.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t
am_web_is_notification(const char *request_url);

Parameters

This function takes the following parameter:

request_url

The request URL

Returns

This function returns am_web_is_notification with one of the following values:

true

If the URL is the notification URL of the agent as set in AMAgent.properties.

false

Otherwise.