Example usage for Java javax.naming.spi NamingManager fields, constructors, methods, implement or subclass
The text is from its open source code.
Context | getInitialContext(Hashtable, ?> env) Creates an initial context using the specified environment properties. |
Object | getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable, ?> environment) Creates an instance of an object for the specified object and environment. |
Object | getStateToBind(Object obj, Name name, Context nameCtx, Hashtable, ?> environment) Retrieves the state of an object for binding. |
Context | getURLContext(String scheme, Hashtable, ?> environment) Creates a context for the given URL scheme id. |
boolean | hasInitialContextFactoryBuilder() Determines whether an initial context factory builder has been set. |
void | setInitialContextFactoryBuilder(InitialContextFactoryBuilder builder) Sets the InitialContextFactory builder to be builder. |
void | setObjectFactoryBuilder(ObjectFactoryBuilder builder) The ObjectFactoryBuilder determines the policy used when trying to load object factories. |