#include <RoutingStructures.h>
|
| | RoutingQueue () |
| |
| | RoutingQueue (const long queueId, const string &queueName, const string &serviceName, const long serviceId, const string &queueEP, const long holdStatus) |
| |
| | ~RoutingQueue () |
| |
| string | ProcessMessage (RoutingMessage *message, const int userId, bool bulk, const string &batchType) |
| |
| bool | getHeld () const |
| |
| void | setHeld (const bool holdStatus=true) |
| |
| long | getId () const |
| |
| string | getName () const |
| |
| long | getServiceId () const |
| |
| int | getMessageOptions () const |
| |
| const RoutingExitpoint & | getExitpoint () const |
| |
| | RoutingState () |
| |
| virtual | ~RoutingState () |
| |
| string | ProcessMessage (RoutingMessage *message, const int userId, bool bulk) |
| |
| string | ProcessMessage (RoutingMessage *message, const int userId) |
| |
| RoutingQueue::RoutingQueue |
( |
| ) |
|
| RoutingQueue::RoutingQueue |
( |
const long |
queueId, |
|
|
const string & |
queueName, |
|
|
const string & |
serviceName, |
|
|
const long |
serviceId, |
|
|
const string & |
queueEP, |
|
|
const long |
holdStatus |
|
) |
| |
| RoutingQueue::~RoutingQueue |
( |
| ) |
|
|
inline |
| bool RoutingQueue::getHeld |
( |
| ) |
const |
|
inline |
| long RoutingQueue::getId |
( |
| ) |
const |
|
inline |
| int RoutingQueue::getMessageOptions |
( |
| ) |
const |
|
inline |
| string RoutingQueue::getName |
( |
| ) |
const |
|
inline |
| long RoutingQueue::getServiceId |
( |
| ) |
const |
|
inline |
| string RoutingQueue::ProcessMessage |
( |
RoutingMessage * |
message, |
|
|
const int |
userId, |
|
|
bool |
bulk, |
|
|
const string & |
batchType |
|
) |
| |
|
virtual |
| void RoutingQueue::setHeld |
( |
const bool |
holdStatus = true | ) |
|
|
inline |
| bool RoutingQueue::m_BulkOperationInProgress |
|
private |
| bool RoutingQueue::m_HoldStatus |
|
private |
| long RoutingQueue::m_QueueId |
|
private |
| string RoutingQueue::m_QueueName |
|
private |
The documentation for this class was generated from the following files: