![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e478. Using a URL as a Name to the Initial ContextThis example looks up an object from the naming service by using a URL as a name.try { Object obj = new InitialContext().lookup("iiop://localhost/Sample"); } catch (NamingException e) { }
e473. Looking Up an Object from the Naming Service e474. Listing a Context in the Naming Service e475. Adding, Replacing, Removing, and Renaming a Binding in the Naming Service e476. Creating and Destroying a Subcontext in the Naming Service e477. Getting an Object's Fully Qualified Name e479. Parsing a JNDI Composite Name e480. Parsing a JNDI Compound Name © 2002 Addison-Wesley. |