Updated on 2024-06-03 GMT+08:00

javax.naming.spi.InitialContextFactory

This section describes javax.naming.spi.InitialContextFactory, the initial context factory interface.

Table 1 Support status for javax.naming.spi.InitialContextFactory

Method Name

Description

Return Type

throws

JDBC4 Is Supported or Not

getInitialContext(Hashtable<?,?> environment)

Creates an initial context for starting name parsing. Special requirements for this context are provided by the environment.

Context

NamingException

Yes