summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/README
blob: 172dc7643a221ee7311fbe0d2d130c572c485697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$Id$

Notification Service examples:

This directory has examples to illustrate how to use the Notification Service

Examples:

Filter: A simple example to how how to do filtering of events.
------
An event passing through the channel encounters filters at the proxy,
admin and channel level.This example shows how to setup filters and use them.

Subscribe: A simple example to show how to specify subscription constraints.
---------
This example does not add any filters to keep the example simple.
If filters are added, then they would be evaluated *after* the event type
constraints have been met.
Thus subscriptions are a way of provide coarse grain filtering.