Uses of Interface javax.naming.Context

Uses in package javax.naming

Classes implementing javax.naming.Context

class
The starting context for performing naming operations.

Fields of type javax.naming.Context

Context
Context
Contains the default initial context.

Methods with parameter type javax.naming.Context

void

Methods with return type javax.naming.Context

Context
Creates the new naming subcontext and binds it to the current (this) context.
Context
Context
Creates the new naming subcontext and binds it to the current (this) context.
Context
Context
Context
Get the default initial context.
Context
Context
Context
Obtains the context for resolving the given name.
Context
Obtains the context for resolving the given name.

Uses in package javax.naming.directory

Classes implementing javax.naming.Context

class

Uses in package javax.naming.ldap

Classes implementing javax.naming.Context

class

Methods with parameter type javax.naming.Context

Control
ControlFactory.getControlInstance(Control control, Context ctx, Hashtable env)

Methods with return type javax.naming.Context

Context
Context
Context

Uses in package javax.naming.spi

Methods with parameter type javax.naming.Context

Object
NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment)
Creates an object for the specified name context, environment and referencing context object.

If the builder factory is set by setObjectFactoryBuilder(ObjectFactoryBuilder), the call is delegated to that factory.

Object
ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable environment)
Creates the object, using the specified name and location information.
Object
DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
NamingManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.
Object
StateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
Get the object state for binding.
DirStateFactory.Result
DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
DirStateFactory.Result
DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes inAttrs)

Methods with return type javax.naming.Context

Context
Creates a context in which the context operation must be continued.
Context
Create a new initial context
Context
NamingManager.getInitialContext(Hashtable environment)
Creates the initial context.
Context
NamingManager.getURLContext(String scheme, Hashtable environment)
Creates the URL context for the given URL scheme id.