JNDI 1.1.1
A B C D E G H I J L M N O P R S T U V

A

ADD_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to add an attribute with the specified values.
add(int, RefAddr) - Method in class javax.naming.Reference
Adds an address to the list of addresses at index posn.
add(int, String) - Method in interface javax.naming.Name
Adds a single component at a specified position within this name.
add(int, String) - Method in class javax.naming.CompoundName
Adds a single component at a specified position within this compound name.
add(int, String) - Method in class javax.naming.CompositeName
Adds a single component at a specified position within this composite name.
add(Object) - Method in interface javax.naming.directory.Attribute
Adds a new value to the attribute.
add(Object) - Method in class javax.naming.directory.BasicAttribute
Adds a new value to this attribute.
add(RefAddr) - Method in class javax.naming.Reference
Adds an address to the end of the list of addresses.
add(String) - Method in interface javax.naming.Name
Adds a single component to the end of this name.
add(String) - Method in class javax.naming.CompoundName
Adds a single component to the end of this compound name.
add(String) - Method in class javax.naming.CompositeName
Adds a single component to the end of this composite name.
addAll(int, Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- at a specified position within this name.
addAll(int, Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- at a specified position within this compound name.
addAll(int, Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- at a specified position within this composite name.
addAll(Name) - Method in interface javax.naming.Name
Adds the components of a name -- in order -- to the end of this name.
addAll(Name) - Method in class javax.naming.CompoundName
Adds the components of a compound name -- in order -- to the end of this compound name.
addAll(Name) - Method in class javax.naming.CompositeName
Adds the components of a composite name -- in order -- to the end of this composite name.
addrs - Variable in class javax.naming.Reference
Contains the adddresses contained in this Reference.
addrType - Variable in class javax.naming.RefAddr
Contains the type of this address.
addToEnvironment(String, Object) - Method in class javax.naming.InitialContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in interface javax.naming.Context
Adds a new environment property to the environment of this context.
altName - Variable in class javax.naming.CannotProceedException
Contains the name of the resolved object, relative to the context altNameCtx.
altNameCtx - Variable in class javax.naming.CannotProceedException
Contains the context relative to which altName is specified.
appendRemainingComponent(String) - Method in class javax.naming.NamingException
Add name as the last component in remaining name.
appendRemainingComponent(String) - Method in class javax.naming.spi.ResolveResult
Adds a single component to the end of remaining name.
appendRemainingName(Name) - Method in class javax.naming.NamingException
Add components from 'name' as the last components in remaining name.
appendRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
Adds components to the end of remaining name.
Attribute - interface javax.naming.directory.Attribute.
This interface represents an attribute associated with a named object.
AttributeInUseException - exception javax.naming.directory.AttributeInUseException.
This exception is thrown when an operation attempts to add an attribute that already exists.
AttributeInUseException() - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException.
AttributeInUseException(String) - Constructor for class javax.naming.directory.AttributeInUseException
Constructs a new instance of AttributeInUseException with an explanation.
AttributeModificationException - exception javax.naming.directory.AttributeModificationException.
This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.
AttributeModificationException() - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException.
AttributeModificationException(String) - Constructor for class javax.naming.directory.AttributeModificationException
Constructs a new instance of AttributeModificationException using an explanation.
Attributes - interface javax.naming.directory.Attributes.
This interface represents a collection of attributes.
attrID - Variable in class javax.naming.directory.BasicAttribute
Holds the attribute's id.
AuthenticationException - exception javax.naming.AuthenticationException.
This exception is thrown when an authentication error occurs while accessing the naming or directory service.
AuthenticationException() - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException.
AuthenticationException(String) - Constructor for class javax.naming.AuthenticationException
Constructs a new instance of AuthenticationException using the explanation supplied.
AuthenticationNotSupportedException - exception javax.naming.AuthenticationNotSupportedException.
This exception is thrown when the particular flavor of authentication requested is not supported.
AuthenticationNotSupportedException() - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException all name resolution fields and explanation initialized to null.
AuthenticationNotSupportedException(String) - Constructor for class javax.naming.AuthenticationNotSupportedException
Constructs a new instance of AuthenticationNotSupportedException using an explanation.
AUTHORITATIVE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the authoritativeness of the service requested.

B

BasicAttribute - class javax.naming.directory.BasicAttribute.
This class provides a basic implementation of the Attribute interface.
BasicAttribute(String) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an attribute with no value.
BasicAttribute(String, Object) - Constructor for class javax.naming.directory.BasicAttribute
Constructs a new instance of an attribute with a single value.
BasicAttributes - class javax.naming.directory.BasicAttributes.
This class provides a basic implementation of the Attributes interface.
BasicAttributes() - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes.
BasicAttributes(String, Object) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BasicAttributes(String, Object, boolean) - Constructor for class javax.naming.directory.BasicAttributes
Constructs a new instance of Attributes with one attribute.
BATCHSIZE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the batch size to use when returning data via the service's protocol.
BinaryRefAddr - class javax.naming.BinaryRefAddr.
This class represents the binary form of the address of a communications end-point.
BinaryRefAddr(String, byte[]) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a byte array for contents.
BinaryRefAddr(String, byte[], int, int) - Constructor for class javax.naming.BinaryRefAddr
Constructs a new instance of BinaryRefAddr using its address type and a region of a byte array for contents.
bind(Name, Object) - Method in class javax.naming.InitialContext
Binds 'name' to the object 'obj'.
bind(Name, Object) - Method in interface javax.naming.Context
Binds 'name' to the object 'obj'.
bind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds 'name' to the object 'obj' and associate the attributes 'attrs' with the named object.
bind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds 'name' to the object 'obj' and associate the attributes 'attrs' with the named object.
bind(String, Object) - Method in class javax.naming.InitialContext
Binds the string name 'name' to the object 'obj'.
bind(String, Object) - Method in interface javax.naming.Context
Binds 'name' to the object 'obj' using its string name.
bind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds 'name' to the object 'obj' and associate the attributes 'attrs' with the named object.
bind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds 'name' to the object 'obj' and associate the attributes 'attrs' with the named object.
Binding - class javax.naming.Binding.
This class represents a name-to-object binding found in a context.
Binding(String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name and object.
Binding(String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, object, and whether the name is relative.
Binding(String, String, Object) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, and object.
Binding(String, String, Object, boolean) - Constructor for class javax.naming.Binding
Constructs an instance of a Binding given its name, class name, object, and whether the name is relative.

C

CannotProceedException - exception javax.naming.CannotProceedException.
This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.
CannotProceedException() - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException.
CannotProceedException(String) - Constructor for class javax.naming.CannotProceedException
Constructs a new instance of CannotProceedException using an explanation.
classFactory - Variable in class javax.naming.Reference
Contains the name of the factory class for creating an instance of the object to which this Reference refers.
classFactoryLocation - Variable in class javax.naming.Reference
Contains the location of the factory class.
className - Variable in class javax.naming.Reference
Contains the fully-qualified name of the class of the object to which this Reference refers.
clear() - Method in class javax.naming.Reference
Deletes all addresses from this reference.
clear() - Method in interface javax.naming.directory.Attribute
Removes all values from this attribute.
clear() - Method in class javax.naming.directory.BasicAttribute
Removes all values from this attribute.
clone() - Method in class javax.naming.Reference
Makes a copy of this reference using its class name list of addresses, class factory name and class factory location.
clone() - Method in interface javax.naming.Name
Generates a copy of this name.
clone() - Method in class javax.naming.CompoundName
Creates a copy of this compound name.
clone() - Method in class javax.naming.CompositeName
Generates a copy of this composite name.
clone() - Method in interface javax.naming.directory.Attributes
Makes a copy of the attribute set.
clone() - Method in interface javax.naming.directory.Attribute
Makes a copy of the attribute.
clone() - Method in class javax.naming.directory.BasicAttribute
Makes a copy of this attribute.
clone() - Method in class javax.naming.directory.BasicAttributes
Makes a copy of this attribute set.
close() - Method in class javax.naming.InitialContext
Closes this initial context.
close() - Method in interface javax.naming.Context
Closes this context.
CommunicationException - exception javax.naming.CommunicationException.
This exception is thrown when the client is unable to communicate with the directory or naming service.
CommunicationException() - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException.
CommunicationException(String) - Constructor for class javax.naming.CommunicationException
Constructs a new instance of CommunicationException using the arguments supplied.
compareTo(Object) - Method in interface javax.naming.Name
Compares this Name with the specified Object for order.
compareTo(Object) - Method in class javax.naming.CompoundName
Compares this CompoundName with the specified Object for order.
compareTo(Object) - Method in class javax.naming.CompositeName
Compares this CompositeName with the specified Object for order.
composeName(Name, Name) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in interface javax.naming.Context
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class javax.naming.InitialContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in interface javax.naming.Context
Composes the string name of this context with a string name relative to this context.
CompositeName - class javax.naming.CompositeName.
This class represents a composite name -- a sequence of component names spanning multiple namespaces.
CompositeName() - Constructor for class javax.naming.CompositeName
Constructs a new empty composite name.
CompositeName(Enumeration) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance using the components specified by 'comps'.
CompositeName(String) - Constructor for class javax.naming.CompositeName
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
CompoundName - class javax.naming.CompoundName.
This class represents a compound name -- a name from a hierarchical name space.
CompoundName(Enumeration, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance using the components specified in comps and syntax.
CompoundName(String, Properties) - Constructor for class javax.naming.CompoundName
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
ConfigurationException - exception javax.naming.ConfigurationException.
This exception is thrown when there is a configuration problem.
ConfigurationException() - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException with all name resolution fields and explanation initialized to null.
ConfigurationException(String) - Constructor for class javax.naming.ConfigurationException
Constructs a new instance of ConfigurationException using an explanation.
contains(Object) - Method in interface javax.naming.directory.Attribute
Determines whether a value is in the attribute.
contains(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether a value is in this attribute.
Context - interface javax.naming.Context.
This interface represents a naming context, which consists of a set of name-to-object bindings.
ContextNotEmptyException - exception javax.naming.ContextNotEmptyException.
This exception is thrown when attempting to destroy a context that is not empty.
ContextNotEmptyException() - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException with all name resolution fields and explanation initialized to null.
ContextNotEmptyException(String) - Constructor for class javax.naming.ContextNotEmptyException
Constructs a new instance of ContextNotEmptyException using an explanation.
createInitialContextFactory(Hashtable) - Method in interface javax.naming.spi.InitialContextFactoryBuilder
Creates an initial context factory using the specified environment.
createObjectFactory(Object, Hashtable) - Method in interface javax.naming.spi.ObjectFactoryBuilder
Creates a new object factory using the information supplied.
createSubcontext(Name) - Method in class javax.naming.InitialContext
Creates and binds a new context.
createSubcontext(Name) - Method in interface javax.naming.Context
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Creates a new context with given attributes, and binds it in the target context.
createSubcontext(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
Creates a new subcontext with the given name resolved relative to the initial context, and associates the attributes 'attrs' with the named object.
createSubcontext(String) - Method in class javax.naming.InitialContext
Creates and binds a new context.
createSubcontext(String) - Method in interface javax.naming.Context
Creates and binds a new context using a string name.
createSubcontext(String, Attributes) - Method in interface javax.naming.directory.DirContext
Creates a new context with given attributes, and binds it in the target context.
createSubcontext(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
Creates a new subcontext with the given name resolved relative to the initial context, and associates the attributes 'attrs' with the named object.

D

defaultInitCtx - Variable in class javax.naming.InitialContext
Field holding the result of calling NamingManager.getInitialContext().
destroySubcontext(Name) - Method in class javax.naming.InitialContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in interface javax.naming.Context
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class javax.naming.InitialContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in interface javax.naming.Context
Destroys the (string-) named context and removes it from the namespace.
DirContext - interface javax.naming.directory.DirContext.
This interface is the directory service interface.
DirectoryManager - class javax.naming.spi.DirectoryManager.
This class contains a method for obtaining the continuation DirContext.
DNS_URL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the DNS host and domain names to use for the JNDI URL context (for example, "dns://somehost/wiz.com").

E

endsWith(Name) - Method in interface javax.naming.Name
Determines whether this name ends with a specified suffix.
endsWith(Name) - Method in class javax.naming.CompoundName
Determines whether a compound name is a suffix of this compound name.
endsWith(Name) - Method in class javax.naming.CompositeName
Determines whether a composite name is a suffix of this composite name.
environment - Variable in class javax.naming.CannotProceedException
Contains the environment relevant for the Context or DirContext method that cannot proceed.
equals(Object) - Method in class javax.naming.Reference
Determines whether obj is a reference with the same addresses (in same order) as this reference.
equals(Object) - Method in class javax.naming.RefAddr
Determines whether obj is equal to this RefAddr.
equals(Object) - Method in class javax.naming.BinaryRefAddr
Determines whether obj is equal to this address.
equals(Object) - Method in class javax.naming.CompoundName
Determines whether obj is syntactically equal to this compound name.
equals(Object) - Method in class javax.naming.CompositeName
Determines whether two composite names are equal.
equals(Object) - Method in class javax.naming.directory.BasicAttribute
Determines whether obj is equal to this attribute.

G

get() - Method in interface javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get() - Method in class javax.naming.directory.BasicAttribute
Retrieves one of this attribute's values.
get(int) - Method in class javax.naming.Reference
Retrieves the address at index posn.
get(int) - Method in interface javax.naming.Name
Retrieves a component of this name.
get(int) - Method in class javax.naming.CompoundName
Retrieves a component of this compound name.
get(int) - Method in class javax.naming.CompositeName
Retrieves a component of this composite name.
get(String) - Method in class javax.naming.Reference
Retrieves the first address that has the address type 'addrType'.
get(String) - Method in interface javax.naming.directory.Attributes
Retrieves the attribute with the given attribute id from the attribute set.
get(String) - Method in class javax.naming.directory.BasicAttributes
Retrieves the attribute with the given attribute id from this set.
getAll() - Method in class javax.naming.Reference
Retrieves an enumeration of the addresses in this reference.
getAll() - Method in interface javax.naming.Name
Retrieves the components of this name as an enumeration of strings.
getAll() - Method in class javax.naming.CompoundName
Retrieves the components of this compound name as an enumeration of strings.
getAll() - Method in class javax.naming.CompositeName
Retrieves the components of this composite name as an enumeration of strings.
getAll() - Method in interface javax.naming.directory.Attributes
Retrieves an enumeration of the attributes in the attribute set.
getAll() - Method in interface javax.naming.directory.Attribute
Retrieves an enumeration of the attribute's values.
getAll() - Method in class javax.naming.directory.BasicAttribute
Retrieves an enumeration of this attribute's values.
getAll() - Method in class javax.naming.directory.BasicAttributes
Retrieves an enumeration of the attributes in this attribute set.
getAltName() - Method in class javax.naming.CannotProceedException
Retrieves the altName field of this exception.
getAltNameCtx() - Method in class javax.naming.CannotProceedException
Retrieves the altNameCtx field of this exception.
getAttribute() - Method in class javax.naming.directory.ModificationItem
Retrieves the attribute associated with this modification item.
getAttributeDefinition() - Method in interface javax.naming.directory.Attribute
Retrieves the attribute's schema definition.
getAttributeDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves this attribute's schema definition.
getAttributes() - Method in class javax.naming.directory.SearchResult
Retrieves the attributes in this search result.
getAttributes(Name) - Method in interface javax.naming.directory.DirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name) - Method in class javax.naming.directory.InitialDirContext
Retrieves all the attributes associated with named object.
getAttributes(Name, String[]) - Method in interface javax.naming.directory.DirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class javax.naming.directory.InitialDirContext
Retrieves the attributes listed in attrIds associated with named object.
getAttributes(String) - Method in interface javax.naming.directory.DirContext
Retrieves all of the attributes associated with a string-named object.
getAttributes(String) - Method in class javax.naming.directory.InitialDirContext
Retrieves all the attributes associated with named object.
getAttributes(String, String[]) - Method in interface javax.naming.directory.DirContext
Retrieves selected attributes associated with a string-named object.
getAttributes(String, String[]) - Method in class javax.naming.directory.InitialDirContext
Retrieves the attributes listed in attrIds associated with named object.
getAttributeSyntaxDefinition() - Method in interface javax.naming.directory.Attribute
Retrieves the syntax definition associated with the attribute.
getAttributeSyntaxDefinition() - Method in class javax.naming.directory.BasicAttribute
Retrieves the syntax definition associated with this attribute.
getClassName() - Method in class javax.naming.Reference
Retrieves the class name of the object to which this reference refers.
getClassName() - Method in class javax.naming.NameClassPair
Retrieves the class name of the object bound to the name of this binding.
getClassName() - Method in class javax.naming.Binding
Retrieves the class name of the object bound to the name of this binding.
getContent() - Method in class javax.naming.RefAddr
Retrieves the contents of this address.
getContent() - Method in class javax.naming.BinaryRefAddr
Retrieves the contents of this address as an Object.
getContent() - Method in class javax.naming.StringRefAddr
Retrieves the contents of this address.
getContinuationContext(CannotProceedException) - Static method in class javax.naming.spi.NamingManager
Creates a context in which to continue a context operation.
getContinuationDirContext(CannotProceedException) - Static method in class javax.naming.spi.DirectoryManager
Creates a context in which to continue a DirContext operation.
getCountLimit() - Method in class javax.naming.directory.SearchControls
Retrieves the maximum number of entries that will be returned as a result of the search.
getDefaultInitCtx() - Method in class javax.naming.InitialContext
Retrieves the initial context by calling NamingManager.getInitialContext() and cache it in defaultInitCtx.
getDerefLinkFlag() - Method in class javax.naming.directory.SearchControls
Determines whether links will be dereferenced during the search.
getEnvironment() - Method in class javax.naming.CannotProceedException
Retrieves the environment that was in effect when this exception was created.
getEnvironment() - Method in class javax.naming.InitialContext
Retrieves the environment in effect for the initial context.
getEnvironment() - Method in interface javax.naming.Context
Retrieves the environment in effect for this context.
getExplanation() - Method in class javax.naming.NamingException
Retrieves the explanation associated with this exception.
getFactoryClassLocation() - Method in class javax.naming.Reference
Retrieves the location of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class javax.naming.Reference
Retrieves the class name of the factory of the object to which this reference refers.
getID() - Method in interface javax.naming.directory.Attribute
Retrieves the id of this attribute.
getID() - Method in class javax.naming.directory.BasicAttribute
Retrieves the id of this attribute.
getIDs() - Method in interface javax.naming.directory.Attributes
Retrieves an enumeration of the ids of the attributes in the attribute set.
getIDs() - Method in class javax.naming.directory.BasicAttributes
Retrieves an enumeration of the ids of the attributes in this attribute set.
getInitialContext(Hashtable) - Method in interface javax.naming.spi.InitialContextFactory
Creates an Initial Context for beginning name resolution.
getInitialContext(Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates an initial context using the specified environment properties.
getLinkExplanation() - Method in class javax.naming.LinkException
Retrieves the explanation associated with the problem encounter when resolving a link.
getLinkName() - Method in class javax.naming.LinkRef
Retrieves the name of this link.
getLinkRemainingName() - Method in class javax.naming.LinkException
Retrieves the remaining unresolved portion of the link name.
getLinkResolvedName() - Method in class javax.naming.LinkException
Retrieves the leading portion of the link name that was resolved successfully.
getLinkResolvedObj() - Method in class javax.naming.LinkException
Retrieves the object to which resolution was successful.
getModificationOp() - Method in class javax.naming.directory.ModificationItem
Retrieves the modification code of this modification item.
getName() - Method in class javax.naming.NameClassPair
Retrieves the name of this binding.
getNameParser(Name) - Method in class javax.naming.InitialContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in interface javax.naming.Context
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class javax.naming.InitialContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in interface javax.naming.Context
Retrieves the parser associated with the (string-) named context.
getObject() - Method in class javax.naming.Binding
Retrieves the object bound to the name of this binding.
getObjectInstance(Object, Name, Context, Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates an instance of an object for the specified object and environment.
getObjectInstance(Object, Name, Context, Hashtable) - Method in interface javax.naming.spi.ObjectFactory
Creates an object using the location or reference information specified.
getPrefix(int) - Method in interface javax.naming.Name
Creates a name whose components consist of a prefix of the components in this name.
getPrefix(int) - Method in class javax.naming.CompoundName
Creates a compound name whose components consist of a prefix of the components in this compound name.
getPrefix(int) - Method in class javax.naming.CompositeName
Creates a composite name whose components consist of a prefix of the components in this composite name.
getReference() - Method in interface javax.naming.Referenceable
Retrieves the Reference of this object.
getReferralContext() - Method in class javax.naming.ReferralException
Retrieves the context at which to continue the method.
getReferralInfo() - Method in class javax.naming.ReferralException
Retrieves information (such as URLs) related to this referral.
getRemainingName() - Method in class javax.naming.NamingException
Retrieves the remaining unresolved portion of the name.
getRemainingName() - Method in class javax.naming.spi.ResolveResult
Retrieves the remaining unresolved portion of the name.
getRemainingNewName() - Method in class javax.naming.CannotProceedException
Retrieves the "remaining new name" field of this exception, which is used when this exception is thrown during a rename() operation.
getResolvedName() - Method in class javax.naming.NamingException
Retrieves the leading portion of the name that was resolved successfully.
getResolvedObj() - Method in class javax.naming.NamingException
Retrieves the object to which resolution was successful.
getResolvedObj() - Method in class javax.naming.spi.ResolveResult
Retrieves the Object to which resolution was successful.
getReturningAttributes() - Method in class javax.naming.directory.SearchControls
Retrieves the attributes that will be returned as part of the search.
getReturningObjFlag() - Method in class javax.naming.directory.SearchControls
Determines whether objects will be returned as part of the result.
getRootCause() - Method in class javax.naming.NamingException
Retrieves the root cause of this NamingException, if any.
getSchema(Name) - Method in interface javax.naming.directory.DirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class javax.naming.directory.InitialDirContext
Retrieves the schema associated with this initial DirContext.
getSchema(String) - Method in interface javax.naming.directory.DirContext
Retrieves the schema associated with the string-named object.
getSchema(String) - Method in class javax.naming.directory.InitialDirContext
Retrieves the schema associated with this initial DirContext.
getSchemaClassDefinition(Name) - Method in interface javax.naming.directory.DirContext
Retrieves the schema object class definition for the named object.
getSchemaClassDefinition(Name) - Method in class javax.naming.directory.InitialDirContext
Retrieves the schema class definition associated with this initial context.
getSchemaClassDefinition(String) - Method in interface javax.naming.directory.DirContext
Retrieves the schema object class definition associated with the (string-) named object.
getSchemaClassDefinition(String) - Method in class javax.naming.directory.InitialDirContext
Retrieves the schema class definition associated with this initial context.
getSearchScope() - Method in class javax.naming.directory.SearchControls
Retrieves the search scope of these Controls.
getSuffix(int) - Method in interface javax.naming.Name
Creates a name whose components consist of a suffix of the components in this name.
getSuffix(int) - Method in class javax.naming.CompoundName
Creates a compound name whose components consist of a suffix of the components in this compound name.
getSuffix(int) - Method in class javax.naming.CompositeName
Creates a composite name whose components consist of a suffix of the components in this composite name.
getTimeLimit() - Method in class javax.naming.directory.SearchControls
Retrieves the time limit of these Controls in milliseconds.
getType() - Method in class javax.naming.RefAddr
Retrieves the address type of this address.
getUnexecutedModifications() - Method in class javax.naming.directory.AttributeModificationException
Retrieves the unexecuted modification list.
getURLContext(String, Hashtable) - Static method in class javax.naming.spi.NamingManager
Creates a context for the given URL scheme id.
getURLOrDefaultInitCtx(Name) - Method in class javax.naming.InitialContext
Retrieves a context for resolving name.
getURLOrDefaultInitCtx(String) - Method in class javax.naming.InitialContext
Retrieves a context for resolving the string name name.
gotDefault - Variable in class javax.naming.InitialContext
Field indicating whether the initial context has been obtained by calling NamingManager.getInitialContext().

H

hashCode() - Method in class javax.naming.Reference
Computes the hash code of this reference.
hashCode() - Method in class javax.naming.RefAddr
Computes the hash code of this address using its address type and contents.
hashCode() - Method in class javax.naming.BinaryRefAddr
Computes the hash code of this address using its address type and contents.
hashCode() - Method in class javax.naming.CompoundName
Computes the hash code of this compound name.
hashCode() - Method in class javax.naming.CompositeName
Computes the hash code of this composite name.
hashCode() - Method in class javax.naming.directory.BasicAttribute
Calculates the hash code of this attribute.
hasInitialContextFactoryBuilder() - Static method in class javax.naming.spi.NamingManager
Determines whether an initial context factory builder has been set.
hasMore() - Method in interface javax.naming.NamingEnumeration
Determines whether there are any more elements in the enumeration.

I

impl - Variable in class javax.naming.CompoundName
Implementation of this compound name.
INITIAL_CONTEXT_FACTORY - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the initial context factory to use.
InitialContext - class javax.naming.InitialContext.
This class is the starting context for performing naming operations.
InitialContext() - Constructor for class javax.naming.InitialContext
Constructs an initial context.
InitialContext(Hashtable) - Constructor for class javax.naming.InitialContext
Constructs an initial context using information supplied in 'environment'.
InitialContextFactory - interface javax.naming.spi.InitialContextFactory.
This interface represents a factory that creates an initial context.
InitialContextFactoryBuilder - interface javax.naming.spi.InitialContextFactoryBuilder.
This interface represents a builder that creates initial context factories.
InitialDirContext - class javax.naming.directory.InitialDirContext.
This class is the starting context for performing directory operations.
InitialDirContext() - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext.
InitialDirContext(Hashtable) - Constructor for class javax.naming.directory.InitialDirContext
Constructs an initial DirContext using information supplied in 'environment'.
InsufficientResourcesException - exception javax.naming.InsufficientResourcesException.
This exception is thrown when resources are not available to complete the requested operation.
InsufficientResourcesException() - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException with all name resolution fields and explanation initialized to null.
InsufficientResourcesException(String) - Constructor for class javax.naming.InsufficientResourcesException
Constructs a new instance of InsufficientResourcesException using an explanation.
InterruptedNamingException - exception javax.naming.InterruptedNamingException.
This exception is thrown when the naming operation being invoked has been interrupted.
InterruptedNamingException() - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException with all name resolution fields and explanation initialized to null.
InterruptedNamingException(String) - Constructor for class javax.naming.InterruptedNamingException
Constructs an instance of InterruptedNamingException using an explanation of the problem.
InvalidAttributeIdentifierException - exception javax.naming.directory.InvalidAttributeIdentifierException.
This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
InvalidAttributeIdentifierException() - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException.
InvalidAttributeIdentifierException(String) - Constructor for class javax.naming.directory.InvalidAttributeIdentifierException
Constructs a new instance of InvalidAttributeIdentifierException using the explanation supplied.
InvalidAttributesException - exception javax.naming.directory.InvalidAttributesException.
This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
InvalidAttributesException() - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException.
InvalidAttributesException(String) - Constructor for class javax.naming.directory.InvalidAttributesException
Constructs a new instance of InvalidAttributesException using an explanation.
InvalidAttributeValueException - exception javax.naming.directory.InvalidAttributeValueException.
This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException.
InvalidAttributeValueException(String) - Constructor for class javax.naming.directory.InvalidAttributeValueException
Constructs a new instance of InvalidAttributeValueException using an explanation.
InvalidNameException - exception javax.naming.InvalidNameException.
This exception indicates that the name being specified does not conform to the naming syntax of a naming system.
InvalidNameException() - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException with all fields set to null.
InvalidNameException(String) - Constructor for class javax.naming.InvalidNameException
Constructs an instance of InvalidNameException using an explanation of the problem.
InvalidSearchControlsException - exception javax.naming.directory.InvalidSearchControlsException.
This exception is thrown when the specification of the SearchControls for a search operation is invalid.
InvalidSearchControlsException() - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException.
InvalidSearchControlsException(String) - Constructor for class javax.naming.directory.InvalidSearchControlsException
Constructs a new instance of InvalidSearchControlsException with an explanation.
InvalidSearchFilterException - exception javax.naming.directory.InvalidSearchFilterException.
This exception is thrown when the specification of a search filter is invalid.
InvalidSearchFilterException() - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException.
InvalidSearchFilterException(String) - Constructor for class javax.naming.directory.InvalidSearchFilterException
Constructs a new instance of InvalidSearchFilterException with an explanation.
isCaseIgnored() - Method in interface javax.naming.directory.Attributes
Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isCaseIgnored() - Method in class javax.naming.directory.BasicAttributes
Determines whether this attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
isEmpty() - Method in interface javax.naming.Name
Determines whether this name is empty.
isEmpty() - Method in class javax.naming.CompoundName
Determines whether this compound name is empty.
isEmpty() - Method in class javax.naming.CompositeName
Determines whether this composite name is empty.
isRelative() - Method in class javax.naming.NameClassPair
Determines whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).

J

javax.naming - package javax.naming
Contains classes and interfaces for accessing naming services.
javax.naming.directory - package javax.naming.directory
Extends the core javax.naming package to provide functionality for accessing directories in addition to naming services.
javax.naming.spi - package javax.naming.spi
Contains the classes and interfaces that allow various naming and directory service providers to be dynamically plugged in beneath the JNDI API.

L

LANGUAGE - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the preferred language to use with the service.
LimitExceededException - exception javax.naming.LimitExceededException.
This exception is thrown when a method terminates abnormally due to a user or system specified limit.
LimitExceededException() - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException with all name resolution fields and explanation initialized to null.
LimitExceededException(String) - Constructor for class javax.naming.LimitExceededException
Constructs a new instance of LimitExceededException using an explanation.
LinkException - exception javax.naming.LinkException.
This exception is used to describe problems encounter while resolving links.
LinkException() - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException.
LinkException(String) - Constructor for class javax.naming.LinkException
Constructs a new instance of LinkException with an explanation All the other fields are initialized to null.
linkExplanation - Variable in class javax.naming.LinkException
Contains the exception of why resolution of the link failed.
LinkLoopException - exception javax.naming.LinkLoopException.
This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.
LinkLoopException() - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException.
LinkLoopException(String) - Constructor for class javax.naming.LinkLoopException
Constructs a new instance of LinkLoopException with an explanation All the other fields are initialized to null.
LinkRef - class javax.naming.LinkRef.
This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.
LinkRef(Name) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a name.
LinkRef(String) - Constructor for class javax.naming.LinkRef
Constructs a LinkRef for a string name.
linkRemainingName - Variable in class javax.naming.LinkException
Contains the remaining link name that has not been resolved yet.
linkResolvedName - Variable in class javax.naming.LinkException
Contains the part of the link that has been successfully resolved.
linkResolvedObj - Variable in class javax.naming.LinkException
Contains the object to which resolution of the part of the link was successful.
list(Name) - Method in class javax.naming.InitialContext
Enumerates the names and the class names of their bound objects in the context named relative to this initial context.
list(Name) - Method in interface javax.naming.Context
Enumerates the names and the class names of their bound objects in the named context.
list(String) - Method in class javax.naming.InitialContext
Enumerates the names and the class names of their bound objects in the context named relative to this initial context.
list(String) - Method in interface javax.naming.Context
Enumerates the names and the class names of their bound objects in the (string-) named context.
listBindings(Name) - Method in class javax.naming.InitialContext
Enumerates the names and their bound objects in the context named relative to this initial context.
listBindings(Name) - Method in interface javax.naming.Context
Enumerates the names and their bound objects in the named context.
listBindings(String) - Method in class javax.naming.InitialContext
Enumerates the names and their bound objects in the context named relative to this initial context.
listBindings(String) - Method in interface javax.naming.Context
Enumerates the names and their bound objects in the (string-) named context.
lookup(Name) - Method in class javax.naming.InitialContext
Retrieves the object bound to name resolved relative to the initial context.
lookup(Name) - Method in interface javax.naming.Context
Retrieves the named object.
lookup(String) - Method in class javax.naming.InitialContext
Retrieves the object bound to name resolved relative to the initial context.
lookup(String) - Method in interface javax.naming.Context
Retrieves the named object using its string name.
lookupLink(Name) - Method in class javax.naming.InitialContext
Retrieve the object named relative to this initial context, following links except for the terminal atomic component of name.
lookupLink(Name) - Method in interface javax.naming.Context
Retrieves the named object, following links except for the terminal atomic component of name.
lookupLink(String) - Method in class javax.naming.InitialContext
Retrieve the object named relative to this initial context, following links except for the terminal atomic component of name.
lookupLink(String) - Method in interface javax.naming.Context
Retrieves the (string-) named object, following links except for the terminal atomic component of name.

M

MalformedLinkException - exception javax.naming.MalformedLinkException.
This exception is thrown when a malformed link was encountered while resolving or constructing a link.
MalformedLinkException() - Constructor for class javax.naming.MalformedLinkException
Constructs a new instance of Malformed LinkException.
MalformedLinkException(String) - Constructor for class javax.naming.MalformedLinkException
Constructs a new instance of MalformedLinkException with an explanation All the other fields are initialized to null.
ModificationItem - class javax.naming.directory.ModificationItem.
This class represents a modification item.
ModificationItem(int, Attribute) - Constructor for class javax.naming.directory.ModificationItem
Creates a new instance of ModificationItem.
modifyAttributes(Name, int, Attributes) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, int, Attributes) - Method in class javax.naming.directory.InitialDirContext
Modifies according to mod_op and attrs the attributes associated with the named object.
modifyAttributes(Name, ModificationItem[]) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, ModificationItem[]) - Method in class javax.naming.directory.InitialDirContext
Modifies according to mods the attributes associated with the named object.
modifyAttributes(String, int, Attributes) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a string-named object.
modifyAttributes(String, int, Attributes) - Method in class javax.naming.directory.InitialDirContext
Modifies according to mod_op and attrs the attributes associated with the named object.
modifyAttributes(String, ModificationItem[]) - Method in interface javax.naming.directory.DirContext
Modifies the attributes associated with a string-named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class javax.naming.directory.InitialDirContext
Modifies according to mods the attributes associated with the named object.
myProps - Variable in class javax.naming.InitialContext
The environment associated with this InitialContext.
mySyntax - Variable in class javax.naming.CompoundName
Syntax properties for this compound name.

N

Name - interface javax.naming.Name.
The Name interface represents a generic name -- an ordered sequence of components.
NameAlreadyBoundException - exception javax.naming.NameAlreadyBoundException.
This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.
NameAlreadyBoundException() - Constructor for class javax.naming.NameAlreadyBoundException
Constructs a new instance of NameAlreadyBoundException.
NameAlreadyBoundException(String) - Constructor for class javax.naming.NameAlreadyBoundException
Constructs a new instance of NameAlreadyBoundException using the explanation supplied.
NameClassPair - class javax.naming.NameClassPair.
This class represents the object name and class name pair of a binding found in a context.
NameClassPair(String, String) - Constructor for class javax.naming.NameClassPair
Constructs an instance of a NameClassPair given its name and class name.
NameClassPair(String, String, boolean) - Constructor for class javax.naming.NameClassPair
Constructs an instance of a NameClassPair given its name, class name, and whether it is relative to the listing context.
NameNotFoundException - exception javax.naming.NameNotFoundException.
This exception is thrown when a component of the name cannot be resolved because it is not bound.
NameNotFoundException() - Constructor for class javax.naming.NameNotFoundException
Constructs a new instance of NameNotFoundException.
NameNotFoundException(String) - Constructor for class javax.naming.NameNotFoundException
Constructs a new instance of NameNotFoundException using the explanation supplied.
NameParser - interface javax.naming.NameParser.
This interface is used for parsing names from a hierarchical namespace.
NamingEnumeration - interface javax.naming.NamingEnumeration.
This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.
NamingException - exception javax.naming.NamingException.
This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.
NamingException() - Constructor for class javax.naming.NamingException
Constructs a new NamingException.
NamingException(String) - Constructor for class javax.naming.NamingException
Constructs a new NamingException with an explanation.
NamingManager - class javax.naming.spi.NamingManager.
This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
NamingSecurityException - exception javax.naming.NamingSecurityException.
This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.
NamingSecurityException() - Constructor for class javax.naming.NamingSecurityException
Constructs a new instance of NamingSecurityException.
NamingSecurityException(String) - Constructor for class javax.naming.NamingSecurityException
Constructs a new instance of NamingSecurityException using the explanation supplied.
next() - Method in interface javax.naming.NamingEnumeration
Retrieves the next element in the enumeration.
NoInitialContextException - exception javax.naming.NoInitialContextException.
This exception is thrown when no initial context implementation can be created.
NoInitialContextException() - Constructor for class javax.naming.NoInitialContextException
Constructs an instance of NoInitialContextException.
NoInitialContextException(String) - Constructor for class javax.naming.NoInitialContextException
Constructs an instance of NoInitialContextException with an explanation.
NoPermissionException - exception javax.naming.NoPermissionException.
This exception is thrown when attempting to perform an operation for which the client has no permission.
NoPermissionException() - Constructor for class javax.naming.NoPermissionException
Constructs a new instance of NoPermissionException.
NoPermissionException(String) - Constructor for class javax.naming.NoPermissionException
Constructs a new instance of NoPermissionException using an explanation.
NoSuchAttributeException - exception javax.naming.directory.NoSuchAttributeException.
This exception is thrown when attempting to access an attribute that does not exist.
NoSuchAttributeException() - Constructor for class javax.naming.directory.NoSuchAttributeException
Constructs a new instance of NoSuchAttributeException.
NoSuchAttributeException(String) - Constructor for class javax.naming.directory.NoSuchAttributeException
Constructs a new instance of NoSuchAttributeException using an explanation.
NotContextException - exception javax.naming.NotContextException.
This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context.
NotContextException() - Constructor for class javax.naming.NotContextException
Constructs a new instance of NotContextException.
NotContextException(String) - Constructor for class javax.naming.NotContextException
Constructs a new instance of NotContextException using an explanation.

O

OBJECT_FACTORIES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of object factories to use.
OBJECT_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search the named object.
ObjectFactory - interface javax.naming.spi.ObjectFactory.
This interface represents a factory for creating objects.
ObjectFactoryBuilder - interface javax.naming.spi.ObjectFactoryBuilder.
This interface represents a builder that creates object factories.
ONELEVEL_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search one level of the named context.
OperationNotSupportedException - exception javax.naming.OperationNotSupportedException.
This exception is thrown when a context implementation does not support the operation being invoked.
OperationNotSupportedException() - Constructor for class javax.naming.OperationNotSupportedException
Constructs a new instance of OperationNotSupportedException.
OperationNotSupportedException(String) - Constructor for class javax.naming.OperationNotSupportedException
Constructs a new instance of OperationNotSupportedException using an explanation.

P

parse(String) - Method in interface javax.naming.NameParser
Parses a name into its components.
PartialResultException - exception javax.naming.PartialResultException.
This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed.
PartialResultException() - Constructor for class javax.naming.PartialResultException
Constructs a new instance of PartialResultException.
PartialResultException(String) - Constructor for class javax.naming.PartialResultException
Constructs a new instance of the exception using the explanation message specified.
PROVIDER_URL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying configuration information for the service provider to use.
put(Attribute) - Method in interface javax.naming.directory.Attributes
Adds a new attribute to the attribute set.
put(Attribute) - Method in class javax.naming.directory.BasicAttributes
Adds a new attribute to this attribute set.
put(String, Object) - Method in interface javax.naming.directory.Attributes
Adds a new attribute to the attribute set.
put(String, Object) - Method in class javax.naming.directory.BasicAttributes
Adds a new attribute to this attribute set.

R

rebind(Name, Object) - Method in class javax.naming.InitialContext
Binds 'name' to the object 'obj', overwrite any existing binding.
rebind(Name, Object) - Method in interface javax.naming.Context
Binds 'name' to the object 'obj', overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds 'name' to the object 'obj' and associates the attributes 'attrs' with the named object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds 'name' to the object 'obj' and associates the attributes 'attrs' with the named object.
rebind(String, Object) - Method in class javax.naming.InitialContext
Binds the string name 'name' to the object 'obj', overwrite any existing binding.
rebind(String, Object) - Method in interface javax.naming.Context
Binds 'name' to the object 'obj' using its string name, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds 'name' to the object 'obj' and associates the attributes 'attrs' with the (string-) named object, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
Binds 'name' to the object 'obj' and associates the attributes 'attrs' with the named object.
RefAddr - class javax.naming.RefAddr.
This class represents the address of a communications end-point.
RefAddr(String) - Constructor for class javax.naming.RefAddr
Constructs a new instance of RefAddr using its address type.
Reference - class javax.naming.Reference.
This class represents a reference to an object that is found outside of the naming/directory system.
Reference(String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className'.
Reference(String, RefAddr) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className' and an address.
Reference(String, RefAddr, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', the class name and location of the object's factory, and the address for the object.
Reference(String, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory.
Referenceable - interface javax.naming.Referenceable.
This interface is implemented by an object that can provide a Reference to itself.
REFERRAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.
ReferralException - exception javax.naming.ReferralException.
This abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers.
ReferralException() - Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException.
ReferralException(String) - Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException using the explanation supplied.
remainingName - Variable in class javax.naming.NamingException
Contains the remaining name that has not been resolved yet.
remainingName - Variable in class javax.naming.spi.ResolveResult
Field containing the remaining name yet to be resolved.
remainingNewName - Variable in class javax.naming.CannotProceedException
Contains the remaining unresolved part of the second "name" argument to Context.rename().
REMOVE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to delete the specified attribute values from the attribute.
remove(int) - Method in class javax.naming.Reference
Deletes the address at index posn from the list of addresses.
remove(int) - Method in interface javax.naming.Name
Removes a component from this name.
remove(int) - Method in class javax.naming.CompoundName
Deletes a component from this compound name.
remove(int) - Method in class javax.naming.CompositeName
Deletes a component from this composite name.
remove(Object) - Method in interface javax.naming.directory.Attribute
Removes a specified value from the attribute.
remove(Object) - Method in class javax.naming.directory.BasicAttribute
Removes a specified value from this attribute.
remove(String) - Method in interface javax.naming.directory.Attributes
Removes the attribute with the attribute id 'attrID' from the attribute set.
remove(String) - Method in class javax.naming.directory.BasicAttributes
Removes the attribute with the attribute id 'attrID' from this attribute set.
removeFromEnvironment(String) - Method in class javax.naming.InitialContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in interface javax.naming.Context
Removes an environment property from the environment of this context.
rename(Name, Name) - Method in class javax.naming.InitialContext
Binds 'newName' to the object bound to 'oldName', and unbinds 'oldName'.
rename(Name, Name) - Method in interface javax.naming.Context
Binds 'newName' to the object bound to 'oldName', and unbinds 'oldName'.
rename(String, String) - Method in class javax.naming.InitialContext
Binds 'newName' to the object bound to 'oldName', and unbinds 'oldName'.
rename(String, String) - Method in interface javax.naming.Context
Binds 'newName' to the object bound to 'oldName', and unbinds 'oldName' using string names.
REPLACE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
This constant specifies to replace an attribute with specified values.
resolvedName - Variable in class javax.naming.NamingException
Contains the part of the name that has been successfully resolved.
resolvedObj - Variable in class javax.naming.NamingException
Contains the object to which resolution of the part of the name was successful.
resolvedObj - Variable in class javax.naming.spi.ResolveResult
Field containing the Object that was resolved to successfully.
Resolver - interface javax.naming.spi.Resolver.
This interface represents an "intermediate context" for name resolution.
ResolveResult - class javax.naming.spi.ResolveResult.
This class represents the result of resolution of a name.
ResolveResult() - Constructor for class javax.naming.spi.ResolveResult
Constructs an instance of ResolvedResult with the resolved object and remaining name both initialized to null.
ResolveResult(Object, Name) - Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of the resolved Object and the remaining name.
ResolveResult(Object, String) - Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of the resolved object and the remaining unresolved component.
resolveToClass(Name, Class) - Method in interface javax.naming.spi.Resolver
Partially resolves a name, stopping at the first context that is an instance of a given subtype of Context.
resolveToClass(String, Class) - Method in interface javax.naming.spi.Resolver
Partially resolves a name, stopping at the first context that is an instance of a given subtype of Context.
rootException - Variable in class javax.naming.NamingException
Contains the original exception that caused this NamingException to be thrown.

S

SchemaViolationException - exception javax.naming.directory.SchemaViolationException.
This exception is thrown when a method in some ways violates the schema.
SchemaViolationException() - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException.
SchemaViolationException(String) - Constructor for class javax.naming.directory.SchemaViolationException
Constructs a new instance of SchemaViolationException using the explanation supplied.
search(Name, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, Attributes) - Method in class javax.naming.directory.InitialDirContext
Searches for named objects that contain a set of attributes in a single context.
search(Name, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes and retrieve their attributes.
search(Name, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
Searches for named objects that contain a set of attributes in a single context.
search(Name, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
Search in the context named by 'name' entries with that satisfies the given 'filter'.
search(Name, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
Search in the context named by 'name' entries with that satisfies the given string 'filter'.
search(String, Attributes) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class javax.naming.directory.InitialDirContext
Searches for named objects that contain a set of attributes in a single context.
search(String, Attributes, String[]) - Method in interface javax.naming.directory.DirContext
Searches in a single context for objects that contain a specified set of attributes and return their specified attributes.
search(String, Attributes, String[]) - Method in class javax.naming.directory.InitialDirContext
Searches for named objects that contain a set of attributes in a single context.
search(String, String, Object[], SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class javax.naming.directory.InitialDirContext
Search in the context named by 'name' entries with that satisfies the given 'filter'.
search(String, String, SearchControls) - Method in interface javax.naming.directory.DirContext
Searches in the named context or named object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class javax.naming.directory.InitialDirContext
Search in the context named by 'name' entries with that satisfies the given string 'filter'.
SearchControls - class javax.naming.directory.SearchControls.
This class encapsultes factors that determine scope of search and what gets returned as a result of the search.
SearchControls() - Constructor for class javax.naming.directory.SearchControls
Constructs a search contraints using defaults.
SearchControls(int, long, int, String[], boolean, boolean) - Constructor for class javax.naming.directory.SearchControls
Constructs a search contraints using arguments.
SearchResult - class javax.naming.directory.SearchResult.
This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
SearchResult(String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes.
SearchResult(String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its bound object, and its attributes, and whether the name is relative.
SearchResult(String, String, Object, Attributes) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, and its attributes.
SearchResult(String, String, Object, Attributes, boolean) - Constructor for class javax.naming.directory.SearchResult
Constructs a search result using the result's name, its class name, its bound object, its attributes, and whether the name is relative.
SECURITY_AUTHENTICATION - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security level to use.
SECURITY_CREDENTIALS - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the credentials of the principal for authenticating the caller to the service.
SECURITY_PRINCIPAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the identity of the principal for authenticating the caller to the service.
SECURITY_PROTOCOL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the security protocol to use.
ServiceUnavailableException - exception javax.naming.ServiceUnavailableException.
This exception is thrown when attempting to communcate with a directory or naming service and that service is not available.
ServiceUnavailableException() - Constructor for class javax.naming.ServiceUnavailableException
Constructs a new instance of ServiceUnavailableException.
ServiceUnavailableException(String) - Constructor for class javax.naming.ServiceUnavailableException
Constructs a new instance of ServiceUnavailableException using an explanation.
setAltName(Name) - Method in class javax.naming.CannotProceedException
Sets the altName field of this exception.
setAltNameCtx(Context) - Method in class javax.naming.CannotProceedException
Sets the altNameCtx field of this exception.
setAttributes(Attributes) - Method in class javax.naming.directory.SearchResult
Sets the attributes of this search result to attrs.
setClassName(String) - Method in class javax.naming.NameClassPair
Sets the class name of this binding.
setCountLimit(long) - Method in class javax.naming.directory.SearchControls
Sets the maximum number of entries to be returned as a result of the search.
setDerefLinkFlag(boolean) - Method in class javax.naming.directory.SearchControls
Enables/disables link dereferencing during the search.
setEnvironment(Hashtable) - Method in class javax.naming.CannotProceedException
Sets the environment that will be returned when getEnvironment() is called.
setInitialContextFactoryBuilder(InitialContextFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
Sets the InitialContextFactory builder to be builder.
setLinkExplanation(String) - Method in class javax.naming.LinkException
Sets the explanation associated with the problem encounter when resolving a link.
setLinkRemainingName(Name) - Method in class javax.naming.LinkException
Sets the remaining link name field of this exception.
setLinkResolvedName(Name) - Method in class javax.naming.LinkException
Sets the resolved link name field of this exception.
setLinkResolvedObj(Object) - Method in class javax.naming.LinkException
Sets the link resolved object field of this exception.
setName(String) - Method in class javax.naming.NameClassPair
Sets the name of this binding.
setObject(Object) - Method in class javax.naming.Binding
Sets the object associated with this binding.
setObjectFactoryBuilder(ObjectFactoryBuilder) - Static method in class javax.naming.spi.NamingManager
The ObjectFactoryBuilder determines the policy used when trying to load object factories.
setRelative(boolean) - Method in class javax.naming.NameClassPair
Sets whether the name of this binding is relative to the target context (which is named by the first parameter of the list() method).
setRemainingName(Name) - Method in class javax.naming.NamingException
Sets the remaining name field of this exception.
setRemainingName(Name) - Method in class javax.naming.spi.ResolveResult
Sets the remaining name field of this result to name.
setRemainingNewName(Name) - Method in class javax.naming.CannotProceedException
Sets the "remaining new name" field of this exception.
setResolvedName(Name) - Method in class javax.naming.NamingException
Sets the resolved name field of this exception.
setResolvedObj(Object) - Method in class javax.naming.NamingException
Sets the resolved object field of this exception.
setResolvedObj(Object) - Method in class javax.naming.spi.ResolveResult
Sets the resolved Object field of this result to obj.
setReturningAttributes(String[]) - Method in class javax.naming.directory.SearchControls
Specifies the attributes that will be returned as part of the search.
setReturningObjFlag(boolean) - Method in class javax.naming.directory.SearchControls
Enables/disables returning objects returned as part of the result.
setRootCause(Throwable) - Method in class javax.naming.NamingException
Records that the root cause of this NamingException.
setSearchScope(int) - Method in class javax.naming.directory.SearchControls
Sets the search scope to one of: OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE.
setTimeLimit(int) - Method in class javax.naming.directory.SearchControls
Sets the time limit of these Controls in milliseconds.
setUnexecutedModifications(ModificationItem[]) - Method in class javax.naming.directory.AttributeModificationException
Sets the unexecuted modification list to be e.
size() - Method in class javax.naming.Reference
Retrieves the number of adddresses in this reference.
size() - Method in interface javax.naming.Name
Retrieves the number of components in this name.
size() - Method in class javax.naming.CompoundName
Retrieves the number of components in this compound name.
size() - Method in class javax.naming.CompositeName
Retrieves the number of components in this composite name.
size() - Method in interface javax.naming.directory.Attributes
Retrieves the number of attributes in the attribute set.
size() - Method in interface javax.naming.directory.Attribute
Retrieves the number of values in this attribute.
size() - Method in class javax.naming.directory.BasicAttribute
Retrieves the number of values in this attribute.
size() - Method in class javax.naming.directory.BasicAttributes
Retrieves the number of attributes in this attribute set.
SizeLimitExceededException - exception javax.naming.SizeLimitExceededException.
This exception is thrown when a method produces a result that exceeds a size-related limit.
SizeLimitExceededException() - Constructor for class javax.naming.SizeLimitExceededException
Constructs a new instance of SizeLimitExceededException.
SizeLimitExceededException(String) - Constructor for class javax.naming.SizeLimitExceededException
Constructs a new instance of SizeLimitExceededException using an explanation.
skipReferral() - Method in class javax.naming.ReferralException
Discards the referral about to be processed.
startsWith(Name) - Method in interface javax.naming.Name
Determines whether this name starts with a specified prefix.
startsWith(Name) - Method in class javax.naming.CompoundName
Determines whether a compound name is a prefix of this compound name.
startsWith(Name) - Method in class javax.naming.CompositeName
Determines whether a composite name is a prefix of this composite name.
StringRefAddr - class javax.naming.StringRefAddr.
This class represents the string form of the address of a communications end-point.
StringRefAddr(String, String) - Constructor for class javax.naming.StringRefAddr
Constructs a new instance of StringRefAddr using its address type and contents.
SUBTREE_SCOPE - Static variable in class javax.naming.directory.SearchControls
Search the entire subtree rooted at the named object.

T

TimeLimitExceededException - exception javax.naming.TimeLimitExceededException.
This exception is thrown when a method does not terminate within the specified time limit.
TimeLimitExceededException() - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException.
TimeLimitExceededException(String) - Constructor for class javax.naming.TimeLimitExceededException
Constructs a new instance of TimeLimitExceededException using the argument supplied.
toString() - Method in class javax.naming.NamingException
Generates the string representation of this exception.
toString() - Method in class javax.naming.LinkException
Generates the string representation of this exception.
toString() - Method in class javax.naming.Reference
Generates the string representation of this reference.
toString() - Method in class javax.naming.NameClassPair
Generates the string representation of this name/class pair.
toString() - Method in class javax.naming.Binding
Generates the string representation of this binding.
toString() - Method in class javax.naming.RefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.BinaryRefAddr
Generates the string representation of this address.
toString() - Method in class javax.naming.CompoundName
Generates the string representation of this compound name, using the syntax rules of the compound name.
toString() - Method in class javax.naming.CompositeName
Generates the string representation of this composite name.
toString() - Method in class javax.naming.directory.BasicAttribute
Generates the string representation of this attribute.
toString() - Method in class javax.naming.directory.SearchResult
Generates the string representation of this binding.
toString() - Method in class javax.naming.directory.BasicAttributes
Generates the string representation of this attribute set.
toString() - Method in class javax.naming.directory.ModificationItem
Generates the string representation of this modification item, which consists of the modification operation and its related attribute.
toString() - Method in class javax.naming.directory.AttributeModificationException
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification.
toString(boolean) - Method in class javax.naming.NamingException
Generates the string representation in more detail.
toString(boolean) - Method in class javax.naming.LinkException
Generates the string representation of this exception.

U

unbind(Name) - Method in class javax.naming.InitialContext
Unbinds 'name' resolved relative to this initial context.
unbind(Name) - Method in interface javax.naming.Context
Unbinds the named object from the namespace using its string name.
unbind(String) - Method in class javax.naming.InitialContext
Unbinds 'name' resolved relative to this initial context.
unbind(String) - Method in interface javax.naming.Context
Unbinds the named object from the namespace using its string name.
URL_PKG_PREFIXES - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying the list of package prefixes to use when loading in URL context factories.

V

values - Variable in class javax.naming.directory.BasicAttribute
Holds the attribute's values.

A B C D E G H I J L M N O P R S T U V
JNDI 1.1.1

For more information on JNDI, please see http://java.sun.com/products/jndi