Table of Contents

OIL2 Class Local.SlowlyForwardConnection


class Local . SlowlyForwardConnection {
inherits from Local.ForwardConnection;

DESCRIPTION

Testing systems using only high-performance communication links can fail to uncover flawed designs that assumed all of the necessary data would be immediately available. The SlowlyForwardConnection is a convenience class derived from ForwardConnection. It performs only one extra step: a call to setForwardingClass is made to override the normal use of ConnectAndForward with the alternate class ConnectAndSlowlyForward.

METHODS


Local.SlowlyForwardConnection:create

SlowlyForwardConnection:create()

Method Description

See the description of ForwardConnection:initialize.