|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.factory.JNDI
Provides initial context for Java Naming and Directory Interfaces (JNDI) in Geotools. This classes provides a central place where initial context can been found for the Geotools library. This context is used for example by the EPSG factory in order to find connection parameters to an EPSG database. Using JNDI, such connection parameters can be set in a J2EE environment.
Method Summary | |
static javax.naming.InitialContext |
getInitialContext(Hints hints)
Returns the default initial context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.naming.InitialContext getInitialContext(Hints hints) throws javax.naming.NamingException
hints
- An optional set of hints, or if none.
javax.naming.NamingException
- if the initial context can't be created.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |