ControlledServiceRequest

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

ControlledServiceRequest −

SYNOPSIS

#include <acsServiceController.h>

Inherits Request.

Public Member Functions

ControlledServiceRequest (ServiceController *icontroller, Request *irequest, bool iisstopping)

~ControlledServiceRequest ()

Protected Member Functions

void abort ()

bool execute ()

Private Attributes

ServiceController * controller

Request * request

bool delreq

bool isstopping

Constructor & Destructor Documentation

ControlledServiceRequest::ControlledServiceRequest (ServiceController * icontroller, Request * irequest, bool iisstopping)

ControlledServiceRequest::~ControlledServiceRequest ()

Member Function Documentation

void ControlledServiceRequest::abort () [protected, virtual]

Implements Request.

bool ControlledServiceRequest::execute () [protected, virtual]

Implements Request.

Member Data Documentation

ServiceController* ControlledServiceRequest::controller [private]

bool ControlledServiceRequest::delreq [private]

bool ControlledServiceRequest::isstopping [private]

Request* ControlledServiceRequest::request [private]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.