Creation of message queues.
More...
#include <MsgQueueFactory.h>
|
class | SingletonBase< MsgQueueFactory > |
|
Creation of message queues.
AbstractMsgQueue * fesa::MsgQueueFactory::getNotificationMsgQueue |
( |
const std::string & |
name, |
|
|
QueueMode::QueueMode |
mode |
|
) |
| |
Returns the notification queue with the specified name and for the specified mode (creates a new one if necessary)
- Parameters
-
name | The name of the requested message queue |
mode | The access mode to the queue (blocking or non-blocking) |
- Returns
- A notification message queue
AbstractMsgQueue * fesa::MsgQueueFactory::getOnDemandMsgQueue |
( |
const std::string & |
className, |
|
|
const std::string & |
eventSrcName, |
|
|
QueueMode::QueueMode |
mode |
|
) |
| |
Returns the on-demand event source queue with the specified name and for the specified mode (creates a new one if necessary)
- Parameters
-
className | The name of the class for which the queue is requested |
eventSrcName | The name of the on-demand event source for which the queue is requested |
mode | The access mode to the queue (blocking or non-blocking) |
- Returns
- An on-demand event source message queue
The documentation for this class was generated from the following files:
- MsgQueueFactory.h
- MsgQueueFactory.cpp