Naming.java: Added class documentation.
authorAndrew John Hughes <gnu_andrew@member.fsf.org>
Fri, 22 Apr 2005 05:45:02 +0000 (05:45 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 22 Apr 2005 05:45:02 +0000 (05:45 +0000)
commit6a15d30b22f278b793baeebec6f02facc5baa278
tree041544df41c1070fa6d0451c9aedad72a0802b69
parent36a0d3d264f73b5f7b5a7a6793804b7c06a529cd
Naming.java: Added class documentation.

2005-04-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>

* java/rmi/Naming.java:
Added class documentation.
(lookup(String)): Call parseURL and getName.
(bind(String,java.rmi.Remote)): Likewise.
(unbind(String)): Likewise.
(rebind(String, java.rmi.Remote)): Likewise.
(list(String)): Call parseURL.
(parseURL(String)): New method to handle parsing and defaults.
(getName(java.net.URL)): New method to handle finding the service name.

From-SVN: r98542
libjava/ChangeLog
libjava/java/rmi/Naming.java