This is a N-to-N Notification service that distributes Event Notifications. More...
Public Member Functions | |
| EventNotifierService () | |
| Ctor. | |
| virtual | ~EventNotifierService () |
| Dtor. | |
| virtual bool | startup (MessageDispatcher *dispatcher) |
| Starts the SyncProxyService Service. | |
| virtual bool | init (const std::string &a_basePath) |
| Inits the Service. | |
| virtual const std::string & | name () const |
| Returns the name of the service. | |
| virtual bool | shutdown () |
| Shuts down the SyncProxyService Service. | |
| virtual void | onMessage (const void *pSender, Tonido::Data::Message::SharedPtr &args) |
| onMessage | |
This is a N-to-N Notification service that distributes Event Notifications.
For a detailed description refer to EventNotifierService
| Tonido::System::EventNotifierService::EventNotifierService | ( | ) |
Ctor.
Details if needed
| Tonido::System::EventNotifierService::~EventNotifierService | ( | ) | [virtual] |
Dtor.
Details if needed
| void Tonido::System::EventNotifierService::onMessage | ( | const void * | pSender, |
| Tonido::Data::Message::SharedPtr & | args | ||
| ) | [virtual] |