package

com.sun.jndi.url.rmi

Classes

rmiURLContext An RMI URL context resolves names that are URLs of the form
   rmi://[host][:port][/[object]]
 or
   rmi:[/][object]
 
If an object is specified, the URL resolves to the named object. 
rmiURLContextFactory An RMI URL context factory creates contexts that can resolve names that are RMI URLs as defined by rmiURLContext.