Table of Contents

OIL2 Class Standard.TraceInvocations


class Standard . TraceInvocations {
        oid     clientObj;
inherits from Object;

DESCRIPTION

A debugging tool that uses the FARGOS/VISTA Object Management Environment's support for reflection. A TraceInvocations object attaches itself as a meta-object to the the object to be traced.

METHODS


Standard.TraceInvocations:create

TraceInvocations:create(oid client)

Method Description

The object to be traced is passed as client.


Standard.TraceInvocations:disableTrace

TraceInvocations:disableTrace()

Method Description

The disableTrace method turns off tracing of the object.

Return Value

If fromObject is not nil, then zero is returned.