diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-06 12:08:53 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-10-06 12:08:53 +0000 |
commit | 157b7dbd025bd64b80c6a18c99fea53d58b4747a (patch) | |
tree | 6afee25128e1b23f77841b1b806938d20125cc70 /TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC | |
parent | 13770821498b1c8e4515fed58163047ed9c34424 (diff) | |
download | ATCD-157b7dbd025bd64b80c6a18c99fea53d58b4747a.tar.gz |
Fixed fuzz
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC')
-rw-r--r-- | TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README b/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README index 74ca8f88ca8..e11834fb236 100644 --- a/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README +++ b/TAO/orbsvcs/DevGuideExamples/NotifyService/SupplierSideNC/README @@ -4,19 +4,19 @@ examples/NotifyService/SupplierSideNC/README This directory contains a simple example of using the Notification Service. -This example extends the Messenger example in Filtering directory +This example extends the Messenger example in Filtering directory to illustrate how the Notification channel can be used to push messages from the supplier to the consumer. Furthermore, this example shows -how you could set up filters so that only a certain events are +how you could set up filters so that only a certain events are passed to the consumer. - + This example uses the push/push model. -In this example, the Notify Service initiation is incorporated into the +In this example, the Notify Service initiation is incorporated into the MessengerServer. The MessengerSupplier in this example plays the role of a server for -the MessengerClient and the role of a supplier for the MessengerConsumer. +the MessengerClient and the role of a supplier for the MessengerConsumer. The flow of messages is shown below: MessengerClient->(MessengerSupplier->NotificationChannel)->MessengerConsumer. |