summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service/README
blob: a257abf62486879b9fc42b9157f80836559440c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
connect and send events.
  As of now, the channel supports the <ACE_ES_EVENT_ANY> type events.

To run the Event Channel:
1. you must have a running Naming Service.
   if not, start one at $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service

2. you must have a running Real Time Event Channel.
   if not, start one at $TAO_ROOT/orbsvcs/Event_Service/Event_Service

3. execute the CosEvent_Service. It takes the following parameters :

      -n <COS Event Service name>
        specifies the name with which to register the Event Service.

      -r <Real Time Event Service name>
        specifies the name with which to *look* for the RtEC.

If a Rtec is not running, then the CosEvent_Service starts its own Rtec.

- Pradeep <pradeep@cs.wustl.edu>