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

publisher_cb_t

Purpose.

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

Syntax

typedef void (*publisher_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.