summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/CosEvent_Service/README')
-rw-r--r--TAO/orbsvcs/CosEvent_Service/README36
1 files changed, 18 insertions, 18 deletions
diff --git a/TAO/orbsvcs/CosEvent_Service/README b/TAO/orbsvcs/CosEvent_Service/README
index 2904f62c291..7065338a66f 100644
--- a/TAO/orbsvcs/CosEvent_Service/README
+++ b/TAO/orbsvcs/CosEvent_Service/README
@@ -1,34 +1,36 @@
- CORBA COS Event Service
- -----------------------
The CosEvent_Service is a COS compilant Event Service.
-The service is registered with the naming service with the name
-"CosEventService" .It exposes the <EventChannel> interface which can be
-used by suppliers and consumers to send and receive events.
+The service is registered with the naming service with the name "CosEventService"
+It exposes the <EventChannel> interface which can be used by suppliers and consumers to send and receive events.
To run the Event Channel:
-------------------------
1. you should have a running Naming Service.
if not, start one at $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
-2. if you want to use the -t option you should have a running
- Real Time Event Channel.
+2. you should have a running Real Time Event Channel.
if not, start one at $TAO_ROOT/orbsvcs/Event_Service/Event_Service
-3. execute the CosEvent_Service.
+3. execute the CosEvent_Service. It takes the following parameters :
-Command line parameters:
-------------------------
-n <COS Event Service name>
specifies the name with which to register the Event Service.
- -e <Real Time Event Service name>
+ -r <Real Time Event Service name>
specifies the name with which to *look* for the RtEC.
- -r
- specifies that a local Real Time Event Channel (Rtec) should be
- created and used.
+ -s <"global" | "local">
+ specifies if the scheduler is "local" or "global".
+ If the scheduler option is "global" then the naming service
+ is used to locate the a Scheduling service with the
+ name "ScheduleService".
+ if the scheduler is "local" then a new Scheduling service
+ is created and started.
+ The default option is "local".
+
+ -l
+ specifies that a local Real Time Event Channel (Rtec) should be created
+ and used.
If you specify this option but Rtec is not already running, then the
CosEvent_Service starts its own Rtec.
@@ -48,6 +50,4 @@ Event Channel based on event types and source ids.
-p ["sourceID EventTypeID"]
specifies a pair of sourceid and event type for the Supplier QOS.
-Author:
--------
-Pradeep Gore <pradeep@cs.wustl.edu>
+- Pradeep <pradeep@cs.wustl.edu>