class: Request

public abstract <<entity>> class: Request
Author: Steven Marcus
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 12/3/2004 12:10:48 PM; Modified: 12/19/2004 6:10:34 PM;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E42D8809-2F6E-4180-97E9-98DC156E2FF5}
Desc: Represent an instance of a Request (and a Response or Notification).
 

Goto: Custom Properties, Fields, Methods

Implements: Transformable, L4RequestI

See also: CPLRequest, CTIRequest, Transformable, Context, L4RequestI, RequestManager, Result

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

Connections
 
Custom Properties
 
Request Attributes
Attribute Details
private String
  id
public Context
  m_Context
private int
  command
Notes: Desc: The name of the command to execute (i.e. the workflow).
private Object
  objectParameter
Notes: Desc: The object that represents the set of parameters to operate on, e.g. Terminal.
private Result
  result
Notes: Desc: The result of request processing.
 
Request Methods
Operation Details
public
L4Request():
public
finalize():void
Tags: throws=Throwable
public
create():Request
Sequential
Notes: Desc: Creates an instance of a Request.
public
process():void
Sequential
Notes: Desc: The operation to invoke request processing.