![]() |
RMI Plug-in for Eclipse
|
|||||||||||||||||||||||||||||||||||
|
Two of the RMI Spy tabs are dedicated to the method call information. The snapshot below was taken of a simple client application that fetches a remote object from a registry and makes a single remote method call: As you can see the RMI Spy view displays the following information:
You can double click a method call to open the method's definition (either on the implementing class or on the remote interface). If the remote method has thrown an exception you will see an exclamation mark near the method call: For each event, we can also see its complete call stack (through which we can go to the exact call location). If the remote method has thrown an exception, it will be displayed as well: ![]() Clicking on the underlined file names will open the corresponding file/line in the editor, just like with ordinary exceptions. Some elements of the stack trace are RMI's internal java code, but they are still displayed for the completeness of reference. ColumnsThe method calls tab displays the following columns:
|
|||||||||||||||||||||||||||||||||||
© 2002-18 Genady Beryozkin, rmi-info@genady.net. Read our Privacy policy. Hosted on RimuHosting. Visit Javalobby. |