Summary: | Implement a example that shows how to use filtering with the CosEC | ||
---|---|---|---|
Product: | TAO | Reporter: | Carlos O'Ryan <coryan> |
Component: | CosEvent Service | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | NEW --- | ||
Severity: | trivial | ||
Priority: | P5 | ||
Version: | 0.4 | ||
Hardware: | All | ||
OS: | All |
Description
Carlos O'Ryan
1999-07-07 23:46:10 CDT
IMHO both the CosEvent examples should be revamped this way - 1. write a PushConsumer_ServantBase and PushSupplier_ServantBase. .This way it will be easier for application developers to write suppliers/consumers because that will handle all the common code like getting the proxypushconsumer, and disconnecting when done etc. 2.I only managed to put the base class for the CosEC in the CosEvent_Utilities and thats used by the EventService and the factory. i have to change the CosEC_Basic example to use that as well. 3.CosEC_Multiple: If we use the servant base classes for this example then it will thin down the code a lot. the same will happen for CosEC_Basic too. 4.Additionally i have to debug the run_test.pl files for this example. to pool |