All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- 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 class javax.naming.CompositeName
- Adds a single component at a specified position within this
composite 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 interface javax.naming.Name
- Adds a single component at a specified position within this name.
- add(Object).
Method in class javax.naming.directory.Attribute
- Adds a new value to attribute.
- add(RefAddr).
Method in class javax.naming.Reference
- Adds an address to the end of the list of addresses.
- add(String).
Method in class javax.naming.CompositeName
- Adds a single component to the end of this composite name.
- add(String).
Method in class javax.naming.CompoundName
- Adds a single component to the end of this compound name.
- add(String).
Method in interface javax.naming.Name
- Adds a single component to the end of this name.
- ADD_ATTRIBUTE.
Static variable in interface javax.naming.directory.DirContext
- This constant specifies to add an attribute with the specified values.
- 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(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 interface javax.naming.Name
- Adds the components of a name -- in order -- at a specified position
within this 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.
- 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 interface javax.naming.Name
- Adds the components of a name -- in order -- to the end of this name.
- addrs.
Variable in class javax.naming.Reference
- Field containing the adddresses contained in this Reference.
- addrType.
Variable in class javax.naming.RefAddr
-
- addToEnvironment(String, Object).
Method in interface javax.naming.Context
- Adds a new environment property to the environment of this
context.
- addToEnvironment(String, Object).
Method in class javax.naming.InitialContext
- Adds a new environment property to the environment of this
context.
- altName.
Variable in class javax.naming.CannotProceedException
- This field is used to record the name of the resolved object, relative
to the context
altNameCtx
.
- altNameCtx.
Variable in class javax.naming.CannotProceedException
- This field is used to record 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().
Constructor for class javax.naming.directory.Attribute
- Null constructor for subclasses to use in case they
do not want to use attrID or values in their implementation
Neither of attrID nor values is initialized.
- Attribute(String).
Constructor for class javax.naming.directory.Attribute
- Constructs a new instance of an attribute with no value.
- Attribute(String, Object).
Constructor for class javax.naming.directory.Attribute
- Constructs a new instance of an attribute with a single value.
- 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().
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().
Constructor for class javax.naming.directory.Attributes
- Constructs a new instance of Attributes.
- Attributes(boolean).
Constructor for class javax.naming.directory.Attributes
- Constructs a new instance of Attributes.
- Attributes(String, Object).
Constructor for class javax.naming.directory.Attributes
- Constructs a new instance of Attributes with one attribute.
- Attributes(String, Object, boolean).
Constructor for class javax.naming.directory.Attributes
- Constructs a new instance of Attributes with one attribute.
- attrID.
Variable in class javax.naming.directory.Attribute
- Holds the attribute's id.
- 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().
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.
- 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 interface javax.naming.Context
- Binds 'name' to the object 'obj'.
- bind(Name, Object).
Method in class javax.naming.InitialContext
- 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 interface javax.naming.Context
- Binds 'name' to the object 'obj' using its string name.
- bind(String, Object).
Method in class javax.naming.InitialContext
- Binds the string name 'name' to the object 'obj'.
- 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(String, Object).
Constructor for class javax.naming.Binding
- Constructs an instance of a Binding given its atomic
name and object.
- Binding(String, Object, boolean).
Constructor for class javax.naming.Binding
- Constructs an instance of a Binding given its
name and object.
- 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
- Field containing 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
- Field containing the location of the factory class.
- className.
Variable in class javax.naming.Reference
- Field containing the fully-qualified name of the class of the object to which
this Reference refers.
- clear().
Method in class javax.naming.directory.Attribute
- Removes all values from this attribute.
- clear().
Method in class javax.naming.Reference
- Deletes all addresses from this reference.
- clone().
Method in class javax.naming.directory.Attribute
- Makes a copy of this attribute.
- clone().
Method in class javax.naming.directory.Attributes
- Makes a copy of this attribute set.
- clone().
Method in class javax.naming.CompositeName
- Generates a copy of this composite name.
- clone().
Method in class javax.naming.CompoundName
- Creates a copy of this compound name.
- clone().
Method in interface javax.naming.Name
- Generates a copy of this name.
- 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.
- close().
Method in interface javax.naming.Context
- Closes this context.
- close().
Method in class javax.naming.InitialContext
- Closes this initial context.
- 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 class javax.naming.CompositeName
- Compares this CompositeName 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 interface javax.naming.Name
- Compares this Name with the specified Object for order.
- composeName(Name, Name).
Method in interface javax.naming.Context
- Composes the name of this context with a name relative to
this context.
- composeName(Name, Name).
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.
- composeName(String, String).
Method in class javax.naming.InitialContext
- Composes the name of this context with a name relative to
this context.
- 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(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().
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 class javax.naming.directory.Attribute
- Determines whether a value is in this attribute.
- 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 implementation 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 interface javax.naming.Context
- Creates and binds a new context.
- createSubcontext(Name).
Method in class javax.naming.InitialContext
- 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 interface javax.naming.Context
- Creates and binds a new context using a string name.
- createSubcontext(String).
Method in class javax.naming.InitialContext
- Creates and binds a new context.
- 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.
- defaultInitCtx.
Variable in class javax.naming.InitialContext
- Field holding the result of calling NamingManager.getInitialContext().
- destroySubcontext(Name).
Method in interface javax.naming.Context
- Destroys the named context and removes it from the namespace.
- destroySubcontext(Name).
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.
- destroySubcontext(String).
Method in class javax.naming.InitialContext
- Destroys the named context and removes it from the namespace.
- endsWith(Name).
Method in class javax.naming.CompositeName
- Determines whether a composite name is a suffix of this composite name.
- endsWith(Name).
Method in class javax.naming.CompoundName
- Determines whether a compound name is a suffix of this compound name.
- endsWith(Name).
Method in interface javax.naming.Name
- Determines whether this name ends with a specified suffix.
- environment.
Variable in class javax.naming.CannotProceedException
- This field is used to record the environment
relevant for the Context or DirContext method that cannot proceed.
- equals(Object).
Method in class javax.naming.directory.Attribute
- Determines whether obj is equal to this attribute.
- equals(Object).
Method in class javax.naming.BinaryRefAddr
- Determines whether obj is equal to this address.
- equals(Object).
Method in class javax.naming.CompositeName
- Determines whether two composite names are equal.
- 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.RefAddr
- Determines whether obj is equal to this RefAddr.
- equals(Object).
Method in class javax.naming.Reference
- Determines whether obj is a reference with the same addresses
(in same order) as this reference.
- get().
Method in class javax.naming.directory.Attribute
- Retrieves one of this attribute's values.
- get(int).
Method in class javax.naming.CompositeName
- Retrieves a component of this composite name.
- get(int).
Method in class javax.naming.CompoundName
- Retrieves a component of this compound name.
- get(int).
Method in interface javax.naming.Name
- Retrieves a component of this name.
- get(int).
Method in class javax.naming.Reference
- Retrieves the address at index posn.
- get(String).
Method in class javax.naming.directory.Attributes
- Retrieves the attribute with the given attribute id from this set.
- get(String).
Method in class javax.naming.Reference
- Retrieves the first address that has the address type 'addrType'.
- getAll().
Method in class javax.naming.directory.Attribute
- Retrieves an enumeration of this attribute's values.
- getAll().
Method in class javax.naming.directory.Attributes
- Retrieves an enumeration of the attributes in this attribute set.
- getAll().
Method in class javax.naming.CompositeName
- Retrieves the components of this composite 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 interface javax.naming.Name
- Retrieves the components of this name as an enumeration
of strings.
- getAll().
Method in class javax.naming.Reference
- Retrieves an enumeration of the addresses in this reference.
- 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 class javax.naming.directory.Attribute
- 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 class javax.naming.directory.Attribute
- Retrieves the syntax definition associated with this attribute.
- getClassName().
Method in class javax.naming.Binding
- Retrieves the class name of the object bound to the name of this binding.
- 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.Reference
- Retrieves the class name of the object to which this reference refers.
- getContent().
Method in class javax.naming.BinaryRefAddr
- Retrieves the contents of this address as an Object.
- getContent().
Method in class javax.naming.RefAddr
- Retrieves the contents of this address.
- 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 interface javax.naming.Context
- Retrieves the environment in effect for this context.
- getEnvironment().
Method in class javax.naming.InitialContext
- Retrieves the environment in effect for the
initial 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 class javax.naming.directory.Attribute
- Retrieves the id of this attribute.
- getIDs().
Method in class javax.naming.directory.Attributes
- 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 interface javax.naming.Context
- Retrieves the parser associated with the named context.
- getNameParser(Name).
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.
- getNameParser(String).
Method in class javax.naming.InitialContext
- Retrieves the parser associated with the 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 class javax.naming.CompositeName
- Creates a composite name whose components consist of a prefix of the
components in this composite 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 interface javax.naming.Name
- Creates a name whose components consist of a prefix of the
components in this 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 class javax.naming.CompositeName
- Creates a composite name whose components consist of a suffix of the
components in this composite 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 interface javax.naming.Name
- Creates a name whose components consist of a suffix of the
components in this 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().
- 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.CompositeName
- Computes the hash code of this composite name.
- hashCode().
Method in class javax.naming.CompoundName
- Computes the hash code of this compound name.
- 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.Reference
- Computes the hash code of this reference.
- 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.
- impl.
Variable in class javax.naming.CompoundName
- Implementation of this compound name.
- 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'.
- 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().
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().
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().
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().
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().
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().
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().
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().
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 class javax.naming.directory.Attributes
- Determines whether this attribute set ignores the case of
attribute identifiers when retrieving or adding attributes.
- isEmpty().
Method in class javax.naming.CompositeName
- Determines whether this composite name is empty.
- isEmpty().
Method in class javax.naming.CompoundName
- Determines whether this compound name is empty.
- isEmpty().
Method in interface javax.naming.Name
- Determines whether this 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).
- 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().
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
- An exception of why resolution of the link failed.
- 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(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
- The remaining link name that has not been resolved yet.
- linkResolvedName.
Variable in class javax.naming.LinkException
- The part of the link that has been successfully resolved.
- linkResolvedObj.
Variable in class javax.naming.LinkException
- The object to which resolution of the part of the link was successful.
- list(Name).
Method in interface javax.naming.Context
- Enumerates the names and the class names of their
bound objects in the named context.
- 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(String).
Method in interface javax.naming.Context
- Enumerates the names and the class names of their
bound objects in the (string-) 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.
- listBindings(Name).
Method in interface javax.naming.Context
- Enumerates the names and their bound objects in
the 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(String).
Method in interface javax.naming.Context
- Enumerates the names and their bound objects in
the (string-) 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.
- lookup(Name).
Method in interface javax.naming.Context
- Retrieves the named object.
- lookup(Name).
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.
- lookup(String).
Method in class javax.naming.InitialContext
- Retrieves the object bound to
name
resolved relative to the
initial context.
- lookupLink(Name).
Method in interface javax.naming.Context
- Retrieves the named object, following links except
for the terminal atomic component of 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(String).
Method in interface javax.naming.Context
- Retrieves the (string-) 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.
- 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(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.
- 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(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().
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.
- 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.
- 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().
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().
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().
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().
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.
- OBJECT_SCOPE.
Static variable in class javax.naming.directory.SearchControls
- Search the named object.
- ONELEVEL_SCOPE.
Static variable in class javax.naming.directory.SearchControls
- Search one level of the named context.
- 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.
- parse(String).
Method in interface javax.naming.NameParser
- Parses a name into its components.
- 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.
- put(Attribute).
Method in class javax.naming.directory.Attributes
- Adds a new attribute to this attribute set.
- put(String, Object).
Method in class javax.naming.directory.Attributes
- Adds a new attribute to this attribute set.
- rebind(Name, Object).
Method in interface javax.naming.Context
- Binds 'name' to the object 'obj', overwriting any existing binding.
- rebind(Name, Object).
Method in class javax.naming.InitialContext
- Binds 'name' to the object 'obj', overwrite 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 interface javax.naming.Context
- Binds 'name' to the object 'obj' using its string name, overwriting
any existing binding.
- 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, 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(String).
Constructor for class javax.naming.RefAddr
- Constructs a new instance of RefAddr using its address type.
- 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.
- 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
- 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
- This field is used to record information necessary for
continuing the Context.rename() operation.
- remove(int).
Method in class javax.naming.CompositeName
- Deletes a component from this composite name.
- remove(int).
Method in class javax.naming.CompoundName
- Deletes a component from this compound name.
- remove(int).
Method in interface javax.naming.Name
- Removes a component from this name.
- remove(int).
Method in class javax.naming.Reference
- Deletes the address at index posn from the list of addresses.
- remove(Object).
Method in class javax.naming.directory.Attribute
- Removes a specified value from this attribute.
- remove(String).
Method in class javax.naming.directory.Attributes
- Removes the attribute with the attribute id 'attrID' from
this attribute set.
- REMOVE_ATTRIBUTE.
Static variable in interface javax.naming.directory.DirContext
-
This constant specifies to delete
the specified attribute values from the attribute.
- removeFromEnvironment(String).
Method in interface javax.naming.Context
- Removes an environment property from the environment of this
context.
- removeFromEnvironment(String).
Method in class javax.naming.InitialContext
- Removes an environment property from the environment of this
context.
- rename(Name, Name).
Method in interface javax.naming.Context
- Binds 'newName' to the object bound to 'oldName', and unbinds
'oldName'.
- rename(Name, Name).
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.
- rename(String, String).
Method in class javax.naming.InitialContext
- Binds 'newName' to the object bound to 'oldName', and unbinds
'oldName'.
- 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
- The part of the name that has been successfully resolved.
- resolvedObj.
Variable in class javax.naming.NamingException
- 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.
- 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
- The original exception that caused this NamingException to
be thrown.
- 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().
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(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.
- 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
.
- 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.directory.Attribute
-
Retrieves the number of values in this attribute.
- size().
Method in class javax.naming.directory.Attributes
- Retrieves the number of attributes in this attribute set.
- size().
Method in class javax.naming.CompositeName
- Retrieves the number of components in this composite name.
- size().
Method in class javax.naming.CompoundName
- Retrieves the number of components in this compound name.
- size().
Method in interface javax.naming.Name
- Retrieves the number of components in this name.
- size().
Method in class javax.naming.Reference
- Retrieves the number of adddresses in this reference.
- 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 class javax.naming.CompositeName
- Determines whether a composite name is a prefix of this composite name.
- startsWith(Name).
Method in class javax.naming.CompoundName
- Determines whether a compound name is a prefix of this compound name.
- startsWith(Name).
Method in interface javax.naming.Name
- Determines whether this name starts with a specified prefix.
- 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.
- 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.directory.Attribute
- Generates the string representation of this 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().
Method in class javax.naming.directory.Attributes
- Generates the string representation of this attribute set.
- toString().
Method in class javax.naming.BinaryRefAddr
- Generates the string representation of this address.
- toString().
Method in class javax.naming.Binding
- Generates the string representation of this binding.
- toString().
Method in class javax.naming.CompositeName
- Generates the string representation of this composite name.
- 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.LinkException
- Generates the string representation of this exception.
- 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.NameClassPair
- Generates the string representation of this name/class pair.
- toString().
Method in class javax.naming.NamingException
- Generates the string representation of this exception.
- toString().
Method in class javax.naming.RefAddr
- Generates the string representation of this address.
- toString().
Method in class javax.naming.Reference
- Generates the string representation of this reference.
- toString().
Method in class javax.naming.directory.SearchResult
- Generates the string representation of this binding.
- toString(boolean).
Method in class javax.naming.LinkException
- Generates the string representation of this exception.
- toString(boolean).
Method in class javax.naming.NamingException
- Generates the string representation in more detail.
- unbind(Name).
Method in interface javax.naming.Context
- Unbinds the named object from the namespace using its string name.
- unbind(Name).
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.
- unbind(String).
Method in class javax.naming.InitialContext
- Unbinds 'name' resolved relative to this initial context.
- values.
Variable in class javax.naming.directory.Attribute
- Holds the attribute's values.