Definition at line 312 of file requesthandler.h.
| OSB_LIB::RequestHandler::Tracker::Tracker | ( | ) |
Empty default constructor.
| virtual OSB_LIB::RequestHandler::Tracker::~Tracker | ( | ) | [virtual] |
Empty virtual destructor.
| OSB_LIB::RequestHandler::Tracker::Tracker | ( | const Tracker & | rhs | ) | [protected] |
Copying for derived classes only.
| virtual void OSB_LIB::RequestHandler::Tracker::entityEnd | ( | const Stage | stage, | |
| const StatusRequest & | request, | |||
| const RequestLinkInfo & | info, | |||
| Result | result | |||
| ) | [pure virtual] |
A contractual entity is being processed.
| stage | The processing stage of request. | |
| request | The status request being processed. | |
| info | Info about the entity being processed. | |
| result | The result of the processing. |
| virtual void OSB_LIB::RequestHandler::Tracker::entityStart | ( | const Stage | stage, | |
| const StatusRequest & | request, | |||
| const RequestLinkInfo & | info | |||
| ) | [pure virtual] |
A contractual entity is being processed.
| stage | The processing stage of request. | |
| request | The status request being processed. | |
| info | Info about the entity being processed. |
Assignment for derived classes only.
1.4.7