Class: TSingleThreadRequestProcessor

Declaration: RequestProcessor.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TRequestQueue

Inherited By:

None.

Purpose:

This class provides a request processor, handler and thread to accept and process requests.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

None.

Concurrency:

Multithread safe.

Resource Use:

No special requirements.

Member Function: TSingleThreadRequestProcessor::TSingleThreadRequestProcessor

TSingleThreadRequestProcessor ()

Interface Category:

API.

Purpose:

Creates a request process with a single thread to dispatch all requests posted to this processor.

Calling Context:

You can call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.

Member Function: TSingleThreadRequestProcessor::~TSingleThreadRequestProcessor

~ TSingleThreadRequestProcessor ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object. You can call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.