COMMUNICATOR

Name

COMMUNICATOR -- class

Description

Reads and sends data over the network

Class details

(defclass COMMUNICATOR ()(...))
scopepackage ORG.FUNCALL.ETIQUETTE
locationa-gen.lisp
# variables8
# methods16

Methods

(SETF ACTIVE)
 ((SETF ACTIVE) (OBJ COMMUNICATOR)) [accessor]
Description 

Set to T when connection is established

ACTIVE
 (ACTIVE (OBJ COMMUNICATOR)) [accessor]
Description 

Set to T when connection is established

(SETF AGGREGATOR)
 ((SETF AGGREGATOR) (OBJ COMMUNICATOR)) [accessor]
Description 

Determines how data sequence marking will be done

AGGREGATOR
 (AGGREGATOR (OBJ COMMUNICATOR)) [accessor]
Description 

Determines how data sequence marking will be done

(SETF CURRENT-PREPROCESSOR)
 ((SETF CURRENT-PREPROCESSOR) (OBJ COMMUNICATOR)) [accessor]
Description 

Specifies data conversion for the current phase

Called By 

EXECUTE-PHASE

CURRENT-PREPROCESSOR
 (CURRENT-PREPROCESSOR (OBJ COMMUNICATOR)) [accessor]
Description 

Specifies data conversion for the current phase

(SETF CURRENT-STEP)
 ((SETF CURRENT-STEP) (OBJ COMMUNICATOR)) [accessor]
Description 

Holds the step during phase execution

Called By 

DETERMINE-ACTION and EXECUTE-CLEANUP

CURRENT-STEP
 (CURRENT-STEP (OBJ COMMUNICATOR)) [accessor]
Description 

Holds the step during phase execution

Called By 

DETERMINE-ACTION

(SETF DESTINATION-SPEC)
 ((SETF DESTINATION-SPEC) (OBJ COMMUNICATOR)) [accessor]

DESTINATION-SPEC
 (DESTINATION-SPEC (OBJ COMMUNICATOR)) [accessor]
Called By 

CONNECT

(SETF DETECTOR)
 ((SETF DETECTOR) (OBJ COMMUNICATOR)) [accessor]
Description 

A function that takes a stream and returns an action designator

DETECTOR
 (DETECTOR (OBJ COMMUNICATOR)) [accessor]
Description 

A function that takes a stream and returns an action designator

Called By 

DETERMINE-ACTION

(SETF EXPECTATIONS)
 ((SETF EXPECTATIONS) (OBJ COMMUNICATOR)) [accessor]
Called By 

ADD-EXPECTATION and EXECUTE-CLEANUP

EXPECTATIONS
 (EXPECTATIONS (OBJ COMMUNICATOR)) [accessor]
Called By 

ADD-EXPECTATION and DETERMINE-ACTION

(SETF TRANSPORT)
 ((SETF TRANSPORT) (OBJ COMMUNICATOR)) [accessor]

TRANSPORT
 (TRANSPORT (OBJ COMMUNICATOR)) [accessor]
Called By 

CONNECT, DISCONNECT, GET-STREAM and SET-DESTINATION-SPEC

Slots

ACTIVE
slot ACTIVE is of type T
Description 

Set to T when connection is established

AGGREGATOR
slot AGGREGATOR is of type T
Description 

Determines how data sequence marking will be done

CURRENT-PREPROCESSOR
slot CURRENT-PREPROCESSOR is of type T
Description 

Specifies data conversion for the current phase

CURRENT-STEP
slot CURRENT-STEP is of type T
Description 

Holds the step during phase execution

DESTINATION
slot DESTINATION is of type T

DETECTOR
slot DETECTOR is of type T
Description 

A function that takes a stream and returns an action designator

 slot EXPECTATIONS is of type T
 slot TRANSPORT is of type T

This documentation was generated 27 Oct 2003 from the original sources by Albert v.0.4.9.