class Standard . TraceInvocations {
oid clientObj;
} inherits from Object;
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.
TraceInvocations:create(oid client)
The object to be traced is passed as client.
TraceInvocations:disableTrace()
The disableTrace method turns off tracing of the object.