class: RequestManager

public <<control>> class: RequestManager
Author: Steven Marcus
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 12/3/2004 12:11:39 PM; Modified: 12/20/2004 9:34:14 AM;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {06C2370C-F65C-4dfa-B694-681B9C77C4CA}
Desc: Manages incoming Requests and outgoing Responses.
 

Goto: Custom Properties, Fields, Methods

Implements: Request

See also: Request

Appears in: request, Scaffold - Iteration 1 - Basic Flow, request, Scaffold LogOnToCTI - Iteration 1 - Participating Classes

Connections
 
Custom Properties
 
RequestManager Attributes
Attribute Details
private Map
  requests
Notes: Desc: The set of active requests.
 
RequestManager Methods
Operation Details
public
send():void
Sequential
public
receive():void
Sequential
public
correlate():void
Sequential
public
create():Request
Sequential
Notes: Desc: Creates an instance of a Request.
public
createRequest():void
Sequential
Notes: Desc: Creates an instance of a Request inside the pipeline based on incoming parameters.
public
addRequest():void
Sequential
Notes: Desc: Add a request to the requests map.
public
removeRequest():void
Sequential
Notes: Desc: Remove a request from the map of Requests.