September 2002
Intermediate to advanced
608 pages
14h 20m
English
There are many classes within the JNDI API set, but for our very basic usage we use only one, the InitialContext class. Only a small selection of the methods are shown in the following API summary.
API 12.17 javax.naming.InitialContextpublic class InitialContext implements Context // All methods are defined in interface Context public void bind(Name name, Object obj); public void bind(String name, Object obj); public NamingEnumeration list(Name name); public NamingEnumeration list(String name); public Object lookup(Name name); public Object lookup(String name); public void rebind(Name name, Object obj); public void rebind(String name, Object obj); public void ... |
Read now
Unlock full access