posted 25 years ago
Looks like the Method class (java.lang.reflect, JDK 1.2.2) may be of some help, as would the java.lang.Class class. You would then have object references that you could pass to monitor() to have it execute the given Method in a given Class or something similar.