home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / rmi / Naming$ParsedNamingURL.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  455 b   |  19 lines

  1. package java.rmi;
  2.  
  3. class Naming$ParsedNamingURL {
  4.    String host;
  5.    int port;
  6.    String name;
  7.  
  8.    private Naming$ParsedNamingURL() {
  9.       this.host = "";
  10.       this.port = 1099;
  11.       this.name = null;
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    Naming$ParsedNamingURL(Naming.1 var1) {
  16.       this();
  17.    }
  18. }
  19.