Sun Java Communications Suite 5 Event Notification Service Guide

subscriber_cb_t

Purpose

Generic callback function invoked by ENS to acknowledge an asynchronous call.

Syntax

typedef void (*subscriber_cb_t) (void *arg,
                                 int rc,
                                 void *data);

Parameters

arg

Context variable passed by the caller. 

rc

The return code. 

data

For an open, contains a newly created context. 

Returns

Nothing