skip to main
|
skip to sidebar
Java Code World
Monday, November 26, 2007
Using a URL as a Name to the Initial Context
This 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) {
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(18)
►
December
(7)
▼
November
(5)
Adding, Replacing, Removing, and Renaming a Bindin...
Using a URL as a Name to the Initial Context
Looking Up an Object from the Naming Service
Creating an Initial Context to the Naming Service
Listing a Context in the Naming Service
►
October
(6)
About Me
Tech Guy
View my complete profile
No comments:
Post a Comment