Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > getTrackedMethodReceiver

getTrackedMethodReceiver

getTrackedMethodReceiver(): Object;

The getTrackedMethodReceiver method of the Process class returns a reference to the object that is used as the receiver for the method being tracked.

If the current method is not invoked as a result of method tracking, a null value is returned.

This method is not available on a Compact JADE node, where it would result in a 1068 - Feature not available exception.