Fotografien Notizen Blog Kontakt
Inhalt nur in Englisch verfügbar

Java RMI Registry Viewer

ScreenshotSmall Java application that will display all objects provided by a Java RMI Registry and use reflection to display methods and properties available.

Simply enter the RMI Registry URL (i.e.: rmi://localhost/) into the top line and press "retrieve". A list of available objects will appear in the list field. Selecting an entry there will cause an attempt to get details about the object's class. On success the details will be displayed in the bottom box. Otherwise the error message can be found there.

Requirements

  • Java RunTime 1.3 or higher
  • In order for the class view to work the class file must either be available on the computer running the viewer or download must be activated on the registry server.

Downloads

v0.0.2 - 2007-01-15

  • Eclipse Project (Source & Binary)
    (Provided by Ian McCall. Default repository is read from system property "org.sump.showrmiregistry.defaultregistry" and imports have been cleaned up.)

v0.0.1 - 2002-03-31

Kommentare