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

getTrackedMethod

getTrackedMethod(): Method;

The getTrackedMethod method of the Process class returns a reference to the Method instance of the tracked method that caused the current method to be invoked. (The current method is a preamble method called before the tracked method or a postamble method called after the tracked method.)

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.