The IRemoteMethodFieldEx interface represents a Java method. A debugger typically obtains an IRemoteMethodFieldEx interface by calling QueryInterface for IID_IRemoteMethodFieldEx on an IRemoteMethodField interface provided by the Microsoft VM.
// Methods HRESULT GetCodeBreakpoints(IEnumCodeBreakpoints **ppiecbp) HRESULT GetMethodLocationForPC(ULONG ulPC, IMethodLocation **ppiml)