Java javax.naming.spi NamingManager fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.spi NamingManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.spi NamingManager.

The text is from its open source code.

Method

ContextgetInitialContext(Hashtable env)
Creates an initial context using the specified environment properties.
ObjectgetObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment)
Creates an instance of an object for the specified object and environment.
ObjectgetStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Retrieves the state of an object for binding.
ContextgetURLContext(String scheme, Hashtable environment)
Creates a context for the given URL scheme id.
booleanhasInitialContextFactoryBuilder()
Determines whether an initial context factory builder has been set.
voidsetInitialContextFactoryBuilder(InitialContextFactoryBuilder builder)
Sets the InitialContextFactory builder to be builder.
voidsetObjectFactoryBuilder(ObjectFactoryBuilder builder)
The ObjectFactoryBuilder determines the policy used when trying to load object factories.