#include <Endpoint.h>
Configuration options to support future functionality: Sending report MQ message on Abort/Commit
| virtual void Endpoint::Abort |
( |
| ) |
|
|
pure virtual |
| virtual void Endpoint::Commit |
( |
| ) |
|
|
pure virtual |
| BatchManagerBase* Endpoint::getBatchManager |
( |
| ) |
|
|
inline |
| FilterChain* Endpoint::getFilterChain |
( |
| ) |
|
|
inline |
| AppSettings & Endpoint::getGlobalSettings |
( |
| ) |
const |
|
protected |
| AbstractStatePersistence * Endpoint::getPersistenceFacility |
( |
| ) |
|
| string Endpoint::getServiceName |
( |
| ) |
const |
|
inlineprotected |
| pthread_t Endpoint::getThreadId |
( |
| ) |
|
|
inline |
| const pthread_t Endpoint::getThreadId |
( |
| ) |
const |
|
inline |
| virtual pthread_t Endpoint::getWatcherThreadId |
( |
| ) |
|
|
pure virtual |
| virtual void Endpoint::Init |
( |
| ) |
|
|
pure virtual |
| void Endpoint::internalAbort |
( |
const string & |
correlationId | ) |
|
|
private |
| void Endpoint::internalCommit |
( |
const string & |
correlationId | ) |
|
|
private |
| string Endpoint::internalPrepare |
( |
| ) |
|
|
private |
| void Endpoint::internalProcess |
( |
const string & |
correlationId | ) |
|
|
private |
| void Endpoint::internalRollback |
( |
const string & |
correlationId | ) |
|
|
private |
| virtual void Endpoint::internalStart |
( |
| ) |
|
|
protectedpure virtual |
| virtual void Endpoint::internalStop |
( |
| ) |
|
|
protectedpure virtual |
| virtual bool Endpoint::moreMessages |
( |
| ) |
const |
|
inlinevirtual |
| bool Endpoint::PerformMessageLoop |
( |
| ) |
|
| bool Endpoint::PerformMessageLoop |
( |
bool |
inBatch | ) |
|
| virtual string Endpoint::Prepare |
( |
| ) |
|
|
pure virtual |
| virtual void Endpoint::Process |
( |
const string & |
correlationId | ) |
|
|
pure virtual |
| virtual void Endpoint::Rollback |
( |
| ) |
|
|
pure virtual |
| void Endpoint::setCorrelationId |
( |
const string & |
correlationId | ) |
|
|
protected |
| static void Endpoint::setGlobalSettings |
( |
AppSettings * |
settings | ) |
|
|
inlinestatic |
| void Endpoint::setPersistenceFacility |
( |
AbstractStatePersistence * |
facility | ) |
|
| void Endpoint::setServiceName |
( |
const string & |
value | ) |
|
|
inline |
| void Endpoint::setServiceThreadId |
( |
const string & |
serviceThreadId | ) |
|
|
inline |
| void * Endpoint::StartInNewThread |
( |
void * |
pThis | ) |
|
|
static |
| void Endpoint::trackMessage |
( |
const string & |
payload, |
|
|
const NameValueCollection & |
transportHeaders |
|
) |
| |
|
virtual |
| unsigned int Endpoint::m_BackoutCount |
|
protected |
| BatchManagerBase* Endpoint::m_BatchManager |
|
protected |
| string Endpoint::m_CorrelationId |
|
protected |
| unsigned int Endpoint::m_CrtBatchItem |
|
protected |
| unsigned int Endpoint::m_CurrentStage |
|
protected |
| bool Endpoint::m_FatalError |
|
private |
| FilterChain* Endpoint::m_FilterChain |
|
protected |
| AppSettings * Endpoint::m_GlobalSettings = NULL |
|
staticprivate |
| string Endpoint::m_LastFailureCorrelationId |
|
protected |
| bool Endpoint::m_LastOpSucceeded |
|
protected |
| TimeUtil::TimeMarker Endpoint::m_LastReportTime |
|
private |
| unsigned int Endpoint::m_MessageThrottling |
|
private |
| AbstractWatcher::NotificationPool Endpoint::m_NotificationPool |
|
protected |
| AbstractStatePersistence* Endpoint::m_PersistenceFacility |
|
protected |
| pthread_t Endpoint::m_SelfThreadId |
|
protected |
| string Endpoint::m_ServiceName |
|
protected |
| string Endpoint::m_ServiceThreadId |
|
protected |
| AppException Endpoint::m_TrackingData |
|
protected |
| bool Endpoint::m_TrackMessages |
|
protected |
| string Endpoint::m_TransactionKey |
|
protected |
| NameValueCollection Endpoint::m_TransportHeaders |
|
protected |
| string Endpoint::m_XmlData |
|
protected |
The documentation for this class was generated from the following files: