#include <PushSupp.h>
Inheritance diagram for ot::PushSupp:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Public Attributes | |
| CosEventChannelAdmin::EventChannel_var | channel |
| Event channel object associated with this node. | |
| CosEventChannelAdmin::SupplierAdmin_var | supplier_admin |
| CosEventChannelAdmin::ProxyPushConsumer_var | proxy_consumer |
| CosEventComm::PushSupplier_var | sptr |
| Supplier_i * | supplier |
| int | cycle |
Protected Member Functions | |
| PushSupp (CosEventChannelAdmin::EventChannel_var channel_) | |
| virtual | ~PushSupp () |
Friends | |
| class | CORBAModule |
|
|
constructor method,sets commend member
|
|
|
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method notifies the object that a new event was generated. It writes the event value out to the file and passes it on to its parent.
Reimplemented from ot::Node. |
|
|
|
|
|
Event channel object associated with this node.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6