diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-15 16:06:18 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-15 16:06:18 +0000 |
commit | c42a1ef847c7e392c2f8956676ad85bf064ab8a1 (patch) | |
tree | eb9c97062ed5dc4c3614ca4736b63c3c0c529056 /TAO/orbsvcs | |
parent | 7e7f5e499a409480320393dcbd32f2bf8032e79b (diff) | |
download | ATCD-c42a1ef847c7e392c2f8956676ad85bf064ab8a1.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Notify/README | 46 |
1 files changed, 32 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/README b/TAO/orbsvcs/orbsvcs/Notify/README index 94574e5d565..522dcc1441c 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/README +++ b/TAO/orbsvcs/orbsvcs/Notify/README @@ -2,18 +2,33 @@ $Id$ README for the Notification Service ----------------------------------- -Features implemented so far: ---------------------------- -1. Creating Event Channels. however the Channel Factory does not assign ids - as yet. -2. Creating ConsumerAdmins and Supplier Admins. -3. Creating ProxyConsumers and ProxySuppliers for "Any" events and Structured - events. -4. Helper classes TAO_Notify_StructuredPushConsumer and - TAO_Notify_StructuredPushSupplier to write consumers and suppliers for - Structured Events. -5. Support for Filters.The EventChannel's default Filter Factory can be used to - create filters. The "TCL" grammer is supported. +The following interfaces have been implemented: +CosNotifyFilter::Filter (supports the Trader TCL grammer) +CosNotifyFilter::FilterFactory + +CosNotifyChannelAdmin::ProxyPushConsumer +CosNotifyChannelAdmin::StructuredProxyPushConsumer +CosNotifyChannelAdmin::SequenceProxyPushConsumer + +CosNotifyChannelAdmin::ProxyPushSupplier +CosNotifyChannelAdmin::StructuredProxyPushSupplier +CosNotifyChannelAdmin::SequenceProxyPushSupplier (push not implemented) + +CosNotifyChannelAdmin::ConsumerAdmin +CosNotifyChannelAdmin::SupplierAdmin +CosNotifyChannelAdmin::EventChannel + +Helper classes TAO_Notify_StructuredPushConsumer, + TAO_Notify_StructuredPushSupplier, + TAO_Notify_PushConsumer, + TAO_Notify_PushSupplier, +to help write client consumers and suppliers. + +Work in progress: +---------------- + +* Testing of the features implemented so far. +* Support for QoS properties. Usage: ----- @@ -22,7 +37,10 @@ Naming Service.See the README for more details. Examples: -------- -The $TAO_ROOT/orbsvcs/examples/Notify/Filter example shows how to use the -features implemented so far. +The $TAO_ROOT/orbsvcs/examples/Notify/Filter example shows how to using +filtering. + +The $TAO_ROOT/orbsvcs/examples/Notify/Subscribe example shows how consumers +can subscribe only to the required event types. send comments/suggestions to Pradeep Gore <pradeep@cs.wustl.edu> |