Microsoft SDK for Java

IJavaEventMonitorIDInfo3 Interface Methods

The IJavaEventMonitorIDInfo3 interface extends the IJavaEventMonitorIDInfo2 interface with the following methods:

ClassInformation2 returns the ClassID of the Java class's superclass, an array of ClassIDs representing interfaces implemented by the class, and an array of MethodIDs for all methods of the class.

EnableMethodCallEvents can be used to query the current settings, enable notification, or disable method notification callback events for a specific method.
GetMethodEntryParameters can be used to retrieve the entry parameters that are passed to a method before execution of the method begins.
GetMethodExitReturnValue can be used to retrieve the return value from the method call that was just completed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.