Name

InitialContextFactoryBuilder

Synopsis

This interface represents a builder that creates initial context factories. A program can override the default initial context factory builder by calling NamingManager.setInitialContextFactoryBuilder() and specifying a new builder. Such a builder must implement this interface.

public interface InitialContextFactoryBuilder {
// Public Instance Methods
   public abstract InitialContextFactory createInitialContextFactory(
        java.util.Hashtable environment) throws NamingException;  
}

Passed To

NamingManager.setInitialContextFactoryBuilder()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.