skip to main
|
skip to sidebar
Java Code World
Wednesday, November 21, 2007
Looking Up an Object from the Naming Service
This example looks up an object from the naming service.
try {
Object obj = ctx.lookup("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