Uses of Interface javax.naming.Name

Uses in package javax.naming.directory

Methods with parameter type javax.naming.Name

void
DirContext.bind(Name name, Object obj, Attributes attrs)
void
DirContext
DirContext
Attributes
Attributes
Attributes
DirContext.getAttributes(Name name, String[] attrIds)
Attributes
DirContext
DirContext
DirContext
DirContext
void
DirContext.modifyAttributes(Name name, int mod_op, Attributes attrs)
void
void
void
void
DirContext.rebind(Name name, Object obj, Attributes attrs)
void
NamingEnumeration
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
DirContext.search(Name name, String filter, SearchControls cons)
NamingEnumeration
NamingEnumeration
DirContext.search(Name name, Attributes matchingAttributes)
NamingEnumeration
InitialDirContext.search(Name name, Attributes matchingAttributes)
NamingEnumeration
DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)

Uses in package javax.naming.event

Methods with parameter type javax.naming.Name

void
void
void

Uses in package javax.naming.spi

Constructors with parameter type javax.naming.Name

Fields of type javax.naming.Name

Name

Methods with parameter type javax.naming.Name

void
Object
NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment)
Object
ObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
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)
Object
StateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment)
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)
ResolveResult
Resolver.resolveToClass(Name name, Class contextType)
void

Methods with return type javax.naming.Name

Name

Uses in package javax.naming

Classes implementing javax.naming.Name

class
class

Constructors with parameter type javax.naming.Name

Fields of type javax.naming.Name

Name
Name
Name
Name
If the exception was caused while resolving a Name then this field contains that part of the name that could not be resolved.
Name
Name
If the exception was caused while resolving a Name then this field contains that part of the name that could be resolved.

Methods with parameter type javax.naming.Name

Name
CompositeName.addAll(int posn, Name n)
Name
CompoundName.addAll(int posn, Name n)
Name
Name.addAll(int posn, Name n)
Inserts all the components of the given Name to this Name at the given index.
Name
Name
Name
Name.addAll(Name suffix)
Adds all the components of the given Name to the end of this Name.
void
Adds the given Name to the remainingName field.
void
Context.bind(Name name, Object obj)
void
Name
Context.composeName(Name name, Name prefix)
Name
Context
Context
void
void
boolean
boolean
boolean
Returns true if this Name ends with the components of the given Name, false otherwise.
NameParser
NameParser
Context
NamingEnumeration
NamingEnumeration
NamingEnumeration
NamingEnumeration
Object
Object
Object
Object
void
Context.rebind(Name name, Object obj)
void
void
Context.rename(Name oldName, Name newName)
void
InitialContext.rename(Name oldName, Name newName)
void
void
void
void
Sets the part of the name that could be resolved before this exception happend.
void
void
Sets the part of the name that could be resolved before this exception happend.
boolean
boolean
boolean
Returns true if this Name starts with the components of the given Name, false otherwise.
void
void

Methods with return type javax.naming.Name

Name
CompositeName.add(int posn, String comp)
Name
CompoundName.add(int posn, String comp)
Name
Name.add(int posn, String comp)
Inserts the given String component to this Name at the given index.
Name
Name
Name
Name.add(String comp)
Adds the given String component to the end of this Name.
Name
CompositeName.addAll(int posn, Name n)
Name
CompoundName.addAll(int posn, Name n)
Name
Name.addAll(int posn, Name n)
Inserts all the components of the given Name to this Name at the given index.
Name
Name
Name
Name.addAll(Name suffix)
Adds all the components of the given Name to the end of this Name.
Name
Context.composeName(Name name, Name prefix)
Name
Name
Name
Name
Name
Name
Name
Name.getPrefix(int i)
Returns the components till the given index as a Name.
Name
Gets the part of the name that could not be resolved before this exception happend.
Name
Name
Gets the part of the name that could be resolved before this exception happend.
Name
Name
Name
Name.getSuffix(int i)
Returns the components from the given index till the end as a Name.
Name