Class SerialInitContextFactory

  • All Implemented Interfaces:
    InitialContextFactory

    public class SerialInitContextFactory
    extends Object
    implements InitialContextFactory
    This class has the name of the legacy SerialInitContextFactory class in V2 and earlier. The naming implementations have been moved to the impl subpackage. This class is provided for backward compatibility, since the name of the class was exposed as part of the bootstrap properties. Typically, the java.naming.factory.initial property is resolved via an embedded jndi.properties file, so in the common case the current SerialInitContextFactory class will be instantiated directly.