Sun Java Communications Suite 5 Event Notification Service Guide

renl_create_subscriber

Purpose

Creates the subscription part of an RENL.

Syntax

renl_t *renl_create_subscriber (subscription_t *subscription,
                                const char *renl_id,
                                const char *publisher);

Parameters

subscription

The subscription. 

renl_id

The unique RENL identifier. This allows two peers to be able to set up multiple RENLs between them. 

publisher

The authenticated identity of the peer. 

Returns

The opaque RENL object.