Sun Java System Communications Services 6 2005Q4 Event Notification Service Guide

renl_cancel_publisher

Purpose

This cancels an RENL. This does not prevent more notifications being sent, but should a client acknowledgment be received, the end2end_ack argument of publish will no longer be invoked. All RENLs are automatically destroyed when the publisher is deleted. Therefore, this function does not need to be called to free RENL-related memory before deleting a publisher.

Syntax

void renl_cancel_publisher (renl_t *renl);

Parameters

renl

The RENL to cancel. 

Returns

Nothing.