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(Attribute).
Method in class java.naming.directory.AttributeSet
- Adds a new attribute to this attribute set.
- add(String, Object).
Method in class java.naming.directory.AttributeSet
- Adds a new attribute to this attribute set.
- ADD_ATTRIBUTE.
Static variable in interface java.naming.directory.DSContext
- Adds attribute with specified values.
- addrs.
Variable in class java.naming.Reference
-
- addrType.
Variable in class java.naming.RefAddr
-
- addValue(Object).
Method in class java.naming.directory.Attribute
- Adds a new value to attribute.
- append(int, Attribute).
Method in class java.naming.directory.ModificationEnumeration
- Appends a new modification to this modification enumeration.
- appendAddr(RefAddr).
Method in class java.naming.Reference
- Adds an address to the end of the list of addresses.
- appendComponent(String).
Method in class java.naming.CompositeName
- Adds a single component to the end of this composite name.
- appendComponent(String).
Method in class java.naming.CompoundName
- Adds a single component to the end of this compound name.
- appendComponent(String).
Method in interface java.naming.Name
- Adds a single component to the end of this name.
- appendName(Name).
Method in class java.naming.CompositeName
- Adds the components of a composite name -- in order -- to the end of
this composite name.
- appendName(Name).
Method in class java.naming.CompoundName
- Adds the components of a compound name -- in order -- to the end of
this compound name.
- appendName(Name).
Method in interface java.naming.Name
- Adds the components of a name -- in order -- to the end of this name.
- appendRemainingComponent(String).
Method in class java.naming.NamingException
- Add name as the last component in remaining name.
- appendRemainingComponent(String).
Method in class java.naming.spi.ResolveResult
- Adds a single component to the end of remaining name.
- appendRemainingName(Name).
Method in class java.naming.NamingException
- Add components from 'name' as the last components in remaining name.
- appendRemainingName(Name).
Method in class java.naming.spi.ResolveResult
- Adds components to the end of remaining name.
- Attribute(String).
Constructor for class java.naming.directory.Attribute
- Constructs a new instance of an attribute.
- Attribute(String, Object).
Constructor for class java.naming.directory.Attribute
- Constructs a new instance of an attribute.
- AttributeInUseException().
Constructor for class java.naming.directory.AttributeInUseException
- Constructs a new instance of AttributeInUseException.
- AttributeInUseException(Name, Object, Name).
Constructor for class java.naming.directory.AttributeInUseException
- Constructs a new instance of AttributeInUseException using the
arguments supplied.
- AttributeInUseException(Name, Object, Name, String).
Constructor for class java.naming.directory.AttributeInUseException
- Constructs a new instance of AttributeInUseException using the
arguments supplied.
- AttributeInUseException(String).
Constructor for class java.naming.directory.AttributeInUseException
- Constructs a new instance of AttributeInUseException using the
arguments supplied.
- AttributeModificationException().
Constructor for class java.naming.directory.AttributeModificationException
- Constructs a new instance of AttributeModificationException.
- AttributeModificationException(Name, Object, Name).
Constructor for class java.naming.directory.AttributeModificationException
- Constructs a new instance of AttributeModificationException using the
arguments supplied.
- AttributeModificationException(Name, Object, Name, String).
Constructor for class java.naming.directory.AttributeModificationException
- Constructs a new instance of AttributeModificationException using the
arguments supplied.
- AttributeModificationException(String).
Constructor for class java.naming.directory.AttributeModificationException
- Constructs a new instance of AttributeModificationException using the
arguments supplied.
- AttributeSet().
Constructor for class java.naming.directory.AttributeSet
-
- attrId.
Variable in class java.naming.directory.Attribute
-
- attrs.
Variable in class java.naming.directory.SearchResult
-
- AuthenticationException().
Constructor for class java.naming.AuthenticationException
- Constructs a new instance of AuthenticationException.
- AuthenticationException(Name, Object, Name).
Constructor for class java.naming.AuthenticationException
- Constructs a new instance of AuthenticationException using the
arguments supplied.
- AuthenticationException(Name, Object, Name, String).
Constructor for class java.naming.AuthenticationException
- Constructs a new instance of AuthenticationException.
- AuthenticationException(String).
Constructor for class java.naming.AuthenticationException
- Constructs a new instance of AuthenticationException using the
arguments supplied.
- AuthenticationNotSupportedException().
Constructor for class java.naming.AuthenticationNotSupportedException
- Constructs a new instance of AuthenticationNotSupportedException.
- AuthenticationNotSupportedException(Name, Object, Name).
Constructor for class java.naming.AuthenticationNotSupportedException
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
- AuthenticationNotSupportedException(Name, Object, Name, String).
Constructor for class java.naming.AuthenticationNotSupportedException
- Constructs a new instance of AuthenticationNotSupportedException.
- AuthenticationNotSupportedException(String).
Constructor for class java.naming.AuthenticationNotSupportedException
- Constructs a new instance of AuthenticationNotSupportedException using the
arguments supplied.
- BinaryRefAddr(String, byte[]).
Constructor for class java.naming.BinaryRefAddr
- Constructs a new instance of RefAddr using its address type and a byte
array for contents.
- BinaryRefAddr(String, byte[], int, int).
Constructor for class java.naming.BinaryRefAddr
- Constructs a new instance of RefAddr using its address type and a byte
array for contents.
- bind(Name, Object).
Method in interface java.naming.Context
- Binds 'name' to the object 'obj'.
- bind(Name, Object).
Method in class java.naming.InitialContext
- Binds 'name' to the object 'obj'.
- bind(Name, Object, AttributeSet).
Method in interface java.naming.directory.DSContext
- Binds 'name' to the object 'obj' and associate the attributes 'attrs'
with the named object.
- bind(Name, Object, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Binds 'name' to the object 'obj' and associate the attributes 'attrs'
with the named object.
- bind(String, Object).
Method in interface java.naming.Context
- Binds 'name' to the object 'obj'.
- bind(String, Object).
Method in class java.naming.InitialContext
- Binds 'name' to the object 'obj'.
- bind(String, Object, AttributeSet).
Method in interface java.naming.directory.DSContext
- Binds 'name' to the object 'obj' and associate the attributes 'attrs'
with the named object.
- bind(String, Object, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Binds 'name' to the object 'obj' and associate the attributes 'attrs'
with the named object.
- Binding(String, Object).
Constructor for class java.naming.Binding
- Constructs an instance of a Binding given its atomic
name and object.
- boundObj.
Variable in class java.naming.Binding
-
- buf.
Variable in class java.naming.BinaryRefAddr
-
- CannotProceedException().
Constructor for class java.naming.CannotProceedException
- Constructs a new instance of CannotProceedException.
- CannotProceedException(Name, Object, Name).
Constructor for class java.naming.CannotProceedException
- Constructs a new instance of CannotProceedException using the
arguments supplied.
- CannotProceedException(Name, Object, Name, String).
Constructor for class java.naming.CannotProceedException
- Constructs a new instance of CannotProceedException using the
arguments supplied.
- CannotProceedException(Object, Name).
Constructor for class java.naming.CannotProceedException
- Constructs a new instance of CannotProceedException using the
arguments supplied.
- CannotProceedException(String).
Constructor for class java.naming.CannotProceedException
- Constructs a new instance of CannotProceedException using the
arguments supplied.
- classFactory.
Variable in class java.naming.Reference
-
- classFactoryLocation.
Variable in class java.naming.Reference
-
- className.
Variable in class java.naming.NameClassPair
-
- className.
Variable in class java.naming.Reference
-
- clone().
Method in class java.naming.directory.Attribute
- Makes a copy of this attribute.
- clone().
Method in class java.naming.CompositeName
- Generates a copy of this composite name.
- clone().
Method in class java.naming.CompoundName
- Creates a copy of this compound name.
- clone().
Method in interface java.naming.Name
- Generates a copy of this name.
- clone().
Method in class java.naming.Reference
-
- CommunicationException().
Constructor for class java.naming.CommunicationException
- Constructs a new instance of CommunicationException.
- CommunicationException(Name, Object, Name).
Constructor for class java.naming.CommunicationException
- Constructs a new instance of CommunicationException using the
arguments supplied.
- CommunicationException(Name, Object, Name, String).
Constructor for class java.naming.CommunicationException
- Constructs a new instance of CommunicationException.
- CommunicationException(String).
Constructor for class java.naming.CommunicationException
- Constructs a new instance of CommunicationException using the
arguments supplied.
- CompositeName().
Constructor for class java.naming.CompositeName
- Constructs a new empty composite name.
- CompositeName(String).
Constructor for class java.naming.CompositeName
- Constructs a new composite name instance by parsing the string n
using the composite name syntax (left-to-right, slash separated).
- CompositeName(StringEnumeration).
Constructor for class java.naming.CompositeName
-
- CompoundName(String, Properties).
Constructor for class java.naming.CompoundName
- Constructs a new compound name instance by parsing the string n
using the syntax specified by the syntax properties supplied.
- CompoundName(StringEnumeration, Properties).
Constructor for class java.naming.CompoundName
-
- ConfigurationException().
Constructor for class java.naming.ConfigurationException
- Constructs a new instance of ConfigurationException.
- ConfigurationException(Name, Object, Name).
Constructor for class java.naming.ConfigurationException
- Constructs a new instance of ConfigurationException using the
arguments supplied.
- ConfigurationException(Name, Object, Name, String).
Constructor for class java.naming.ConfigurationException
- Constructs a new instance of ConfigurationException.
- ConfigurationException(String).
Constructor for class java.naming.ConfigurationException
- Constructs a new instance of ConfigurationException using the
arguments supplied.
- contains(Object).
Method in class java.naming.directory.Attribute
- Determines whether a value is in this attribute.
- contents.
Variable in class java.naming.StringRefAddr
-
- ContextNotEmptyException().
Constructor for class java.naming.ContextNotEmptyException
- Constructs a new instance of ContextNotEmptyException.
- ContextNotEmptyException(Name, Object, Name).
Constructor for class java.naming.ContextNotEmptyException
- Constructs a new instance of ContextNotEmptyException using the
arguments supplied.
- ContextNotEmptyException(Name, Object, Name, String).
Constructor for class java.naming.ContextNotEmptyException
- Constructs a new instance of ContextNotEmptyException.
- ContextNotEmptyException(String).
Constructor for class java.naming.ContextNotEmptyException
- Constructs a new instance of ContextNotEmptyException using the
arguments supplied.
- createInitialContextFactory(Properties).
Method in interface java.naming.spi.InitialContextFactoryBuilder
- Creates an initial context implementation using the specified
environment properties.
- createObjectFactory(Object, Properties).
Method in interface java.naming.spi.ObjectFactoryBuilder
- Creates a new object factory using the information supplied.
- createSubcontext(Name).
Method in interface java.naming.Context
- Creates a new context with the given name and binds it in
the target context (that named by all but terminal atomic
component of the name).
- createSubcontext(Name).
Method in class java.naming.InitialContext
- Creates a new context with the given name resolved
relative to this initial context and bind it in the target context
(that named by all but terminal atomic component of the name).
- createSubcontext(Name, AttributeSet).
Method in interface java.naming.directory.DSContext
- Creates a new subcontext with the given name, binds it in
the target context (that named by all but terminal
component of the name), and associates the attributes
'attrs' with the newly created object.
- createSubcontext(Name, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- 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 java.naming.Context
- Creates a new context with the given name and binds it in
the target context (that named by all but terminal atomic
component of the name).
- createSubcontext(String).
Method in class java.naming.InitialContext
- Creates a new context with the given name resolved
relative to this initial context and bind it in the target context
(that named by all but terminal component of the name).
- createSubcontext(String, AttributeSet).
Method in interface java.naming.directory.DSContext
- Creates a new subcontext with the given name, binds it in
the target context (that named by all but terminal atomic
component of the name), and associates the attributes
'attrs' with the newly created object.
- createSubcontext(String, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- 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 java.naming.InitialContext
-
- defaultInitDSCtx.
Variable in class java.naming.directory.InitialDSContext
-
- DELETE_ATTRIBUTE.
Static variable in interface java.naming.directory.DSContext
- Deletes the specified attribute values from the attribute.
- deleteAddr(int).
Method in class java.naming.Reference
- Deletes the address at index posn from the list of addresses.
- deleteAllAddrs().
Method in class java.naming.Reference
- Deletes all addresses from this reference.
- deleteComponent(int).
Method in class java.naming.CompositeName
- Deletes a component from this composite name.
- deleteComponent(int).
Method in class java.naming.CompoundName
- Deletes a component from this compound name.
- deleteComponent(int).
Method in interface java.naming.Name
- Deletes a component from this name.
- destroySubcontext(Name).
Method in interface java.naming.Context
- Destroys the named context and removes it from the namespace.
- destroySubcontext(Name).
Method in class java.naming.InitialContext
- Destory the named context and remove it from the namespace.
- destroySubcontext(String).
Method in interface java.naming.Context
- Destroys the named context and removes it from the namespace.
- destroySubcontext(String).
Method in class java.naming.InitialContext
- Destory the named context and remove it from the namespace.
- DSException().
Constructor for class java.naming.directory.DSException
- Constructs a new instance of DSException.
- DSException(Name, Object, Name).
Constructor for class java.naming.directory.DSException
- Constructs a new instance of DSException using the
arguments supplied.
- DSException(Name, Object, Name, String).
Constructor for class java.naming.directory.DSException
- Constructs a new instance of DSException using the
arguments supplied.
- DSException(String).
Constructor for class java.naming.directory.DSException
- Constructs a new instance of DSExxception using the
arguments supplied.
- equals(Object).
Method in class java.naming.directory.Attribute
- Determines whether obj is equal to this attribute.
- equals(Object).
Method in class java.naming.BinaryRefAddr
- Determines whether obj is equal to this address.
- equals(Object).
Method in class java.naming.CompositeName
- Determines whether two composite names are equal.
- equals(Object).
Method in class java.naming.CompoundName
- Determines whether obj is syntactically equal to this compound name.
- equals(Object).
Method in interface java.naming.Name
- Determines whether two names are equal.
- equals(Object).
Method in class java.naming.RefAddr
-
- equals(Object).
Method in class java.naming.Reference
- Determines whether obj is a reference with the same addresses
(in same order) as this reference.
- get(String).
Method in class java.naming.directory.AttributeSet
- Retrieves the attribute with the given attribute id from this set.
- getAddress(int).
Method in class java.naming.Reference
- Retrieves the address at index posn.
- getAddress(String).
Method in class java.naming.Reference
- Retrieves the first address that has the address type 'addrType'.
- getAddressBytes().
Method in class java.naming.BinaryRefAddr
- Retrieves the contents of the address.
- getAddressContents().
Method in class java.naming.BinaryRefAddr
- Retrieves the contents of this address.
- getAddressContents().
Method in class java.naming.RefAddr
- Retrieves the contents of this address.
- getAddressContents().
Method in class java.naming.StringRefAddr
- Retrieves the contents of this address.
- getAddressCount().
Method in class java.naming.Reference
- Retrieves the number of adddresses in this reference.
- getAddresses().
Method in class java.naming.Reference
- Retrieves an enumeration of the addresses in this reference.
- getAddressString().
Method in class java.naming.StringRefAddr
- Retrieves the contents of this address as a string.
- getAttribute().
Method in class java.naming.directory.ModificationItem
- Retrieves the attribute associated with this modification item.
- getAttributeCount().
Method in class java.naming.directory.AttributeSet
- Retrieves the number of attributes in this attribute set.
- getAttributeDefinition().
Method in class java.naming.directory.Attribute
- Retrieves this attribute's schema definition.
- getAttributeId().
Method in class java.naming.directory.Attribute
- Retrieves the id of this attribute.
- getAttributeIds().
Method in class java.naming.directory.AttributeSet
- Retrieves an enumeration of the ids of the attributes in this
attribute set.
- getAttributes().
Method in class java.naming.directory.AttributeSet
- Retrieves an enumeration of the attributes in this attribute set.
- getAttributes().
Method in class java.naming.directory.SearchResult
- Retrieves the attributes in this search result.
- getAttributes(Name).
Method in interface java.naming.directory.DSContext
- Retrieves all of the attributes associated with the named object.
- getAttributes(Name).
Method in class java.naming.directory.InitialDSContext
- Retrieves all the attributes associated with named object.
- getAttributes(Name, String[]).
Method in interface java.naming.directory.DSContext
- Retrieves the attributes listed in attrIds associated with the
named object.
- getAttributes(Name, String[]).
Method in class java.naming.directory.InitialDSContext
- Retrieves the attributes listed in attrIds associated with named object.
- getAttributes(String).
Method in interface java.naming.directory.DSContext
- Retrieves all of the attributes associated with the named object.
- getAttributes(String).
Method in class java.naming.directory.InitialDSContext
- Retrieves all the attributes associated with named object.
- getAttributes(String, String[]).
Method in interface java.naming.directory.DSContext
- Retrieves the attributes listed in attrIds associated with the
named object.
- getAttributes(String, String[]).
Method in class java.naming.directory.InitialDSContext
- Retrieves the attributes listed in attrIds associated with named object.
- getAttributeSyntaxDefinition().
Method in class java.naming.directory.Attribute
- Retrieves the syntax definition associated with this attribute.
- getClassName().
Method in class java.naming.Binding
- Retrieves the class name of the object bound to the name of this binding.
- getClassName().
Method in class java.naming.NameClassPair
- Retrieves the class name of the object bound to the name of this binding.
- getClassName().
Method in class java.naming.Reference
- Retrieves the class name of the object to which this reference refers.
- getComponent(int).
Method in class java.naming.CompositeName
- Retrieves a component of this composite name.
- getComponent(int).
Method in class java.naming.CompoundName
- Retrieves a component of this compound name.
- getComponent(int).
Method in interface java.naming.Name
- Retrieves a component of this name.
- getComponentCount().
Method in class java.naming.CompositeName
- Retrieves the number of components in this composite name.
- getComponentCount().
Method in class java.naming.CompoundName
- Retrieves the number of components in this compound name.
- getComponentCount().
Method in interface java.naming.Name
- Retrieves the number of components in this name.
- getComponents().
Method in class java.naming.CompositeName
- Retrieves the components of this composite name as an enumeration
of strings.
- getComponents().
Method in class java.naming.CompoundName
- Retrieves the components of this compound name as an enumeration
of strings.
- getComponents().
Method in interface java.naming.Name
- Retrieves the components of this name as an enumeration
of strings.
- getContinuationContext(Object, Properties).
Static method in class java.naming.spi.NamingManager
- Creates a context in which to continue a context operation.
- getContinuationDSContext(Object, Properties).
Static method in class java.naming.spi.DirectoryManager
- Creates a context in which to continue a DSContext operation.
- getCountLimit().
Method in class java.naming.directory.SearchConstraints
- Retrieves the maximum number of entries that will be returned
as a result of the search.
- getDerefLinkFlag().
Method in class java.naming.directory.SearchConstraints
- Determines whether links will be dereferenced during the search.
- getEnvironment().
Method in interface java.naming.Context
- Retrieves the environment properties in effect for this context.
- getEnvironment().
Method in class java.naming.InitialContext
- Retrieves the environment properties in effect for the initial context.
- getExplanation().
Method in class java.naming.NamingException
- Retrieves the explanation associated with this exception.
- getFactoryClassLocation().
Method in class java.naming.Reference
- Retrieves the location of the factory of the object
to which this reference refers.
- getFactoryClassName().
Method in class java.naming.Reference
- Retrieves the class name of the factory of the object
to which this reference refers.
- getInitialContext(Properties).
Method in interface java.naming.spi.InitialContextFactory
- Creates an Initial Context for beginning name resolution.
- getInitialContext(Properties).
Static method in class java.naming.spi.NamingManager
- Creates an initial context using the specified environment
properties.
- getInitialDSContext(Properties).
Static method in class java.naming.spi.DirectoryManager
- Creates an initial DSContext.
- getLinkExplanation().
Method in class java.naming.LinkException
- Retrieves the explanation associated with this problem encounter
when resolving a link.
- getLinkName().
Method in class java.naming.LinkRef
- Retrieves the name of this link.
- getLinkRemainingName().
Method in class java.naming.LinkException
- Retrieves the remaining unresolved portion of the link name.
- getLinkResolvedName().
Method in class java.naming.LinkException
- Retrieves the leading portion of the link name that was resolved
successfully.
- getLinkResolvedObj().
Method in class java.naming.LinkException
- Retrieves the object to which resolution was successful.
- getModificationItemCount().
Method in class java.naming.directory.ModificationEnumeration
- Returns the number of modifications in this enumeration.
- getModificationOp().
Method in class java.naming.directory.ModificationItem
- Retrieves the modification code of this modification item.
- getName().
Method in class java.naming.NameClassPair
- Retrieves the atomic name of this binding.
- getNameParser(Name).
Method in interface java.naming.Context
- Retrieves the parser associated with the named context.
- getNameParser(Name).
Method in class java.naming.InitialContext
- Retrieves the parser associated with the named context.
- getNameParser(String).
Method in interface java.naming.Context
- Retrieves the parser associated with the named context.
- getNameParser(String).
Method in class java.naming.InitialContext
- Retrieves the parser associated with the named context.
- getObject().
Method in class java.naming.Binding
- Retrieves the object bound to the name of this binding.
- getObjectInstance(Object, Properties).
Static method in class java.naming.spi.NamingManager
- Creates an instance of an object for the specified object
and environment.
- getObjectInstance(Object, Properties).
Method in interface java.naming.spi.ObjectFactory
- Creates an object using the location or reference information
specified.
- getPrefix(int).
Method in class java.naming.CompositeName
- Retrieves a composite name whose components consist of a prefix of the
components in this composite name.
- getPrefix(int).
Method in class java.naming.CompoundName
- Retrieves a compound name whose components consist of a prefix of the
components in this compound name.
- getPrefix(int).
Method in interface java.naming.Name
- Retrieves a name whose components consist of a prefix of the
components in this name.
- getReference().
Method in interface java.naming.Referenceable
- Retrieves the Reference of this object.
- getRemainingName().
Method in class java.naming.NamingException
- Retrieves the remaining unresolved portion of the name.
- getRemainingName().
Method in class java.naming.spi.ResolveResult
- Retrieves the remaining unresolved portion of the name.
- getResolvedName().
Method in class java.naming.NamingException
- Retrieves the leading portion of the name that was resolved
successfully.
- getResolvedObj().
Method in class java.naming.NamingException
- Retrieves the object to which resolution was successful.
- getResolvedObj().
Method in class java.naming.spi.ResolveResult
- Retrieves the object to which resolution was successful.
- getReturningAttributes().
Method in class java.naming.directory.SearchConstraints
- Retrieves the attributes that will be returned as part of the search.
- getReturningObjFlag().
Method in class java.naming.directory.SearchConstraints
- Determines whether objects will be returned as part of the result.
- getRootCause(Exception).
Method in class java.naming.NamingException
- Retrieves the root cause of this NamingException, if any.
- getSchema(Name).
Method in interface java.naming.directory.DSContext
- Retrieves the schema associated with the named DSContext.
- getSchema(Name).
Method in class java.naming.directory.InitialDSContext
- Retrieves the schema associated with this initial DSContext.
- getSchema(String).
Method in interface java.naming.directory.DSContext
- Retrieves the schema associated with the named DSContext.
- getSchema(String).
Method in class java.naming.directory.InitialDSContext
- Retrieves the schema associated with this initial DSContext.
- getSchemaClassDefinition(Name).
Method in interface java.naming.directory.DSContext
- Retrieves the schema class definition associated with the
named DSContext.
- getSchemaClassDefinition(Name).
Method in class java.naming.directory.InitialDSContext
- Retrieves the schema class definition associated with this initial context.
- getSchemaClassDefinition(String).
Method in interface java.naming.directory.DSContext
- Retrieves the schema class definition associated with the
named DSContext.
- getSchemaClassDefinition(String).
Method in class java.naming.directory.InitialDSContext
- Retrieves the schema class definition associated with this initial context.
- getSearchScope().
Method in class java.naming.directory.SearchConstraints
- Retrieves the search scope of these constraints.
- getSuffix(int).
Method in class java.naming.CompositeName
- Retrieves a composite name whose components consist of a suffix of the
components in this composite name.
- getSuffix(int).
Method in class java.naming.CompoundName
- Retrieves a compound name whose components consist of a suffix of the
components in this compound name.
- getSuffix(int).
Method in interface java.naming.Name
- Retrieves a name whose components consist of a suffix of the
components in this name.
- getTimeLimit().
Method in class java.naming.directory.SearchConstraints
- Retrieves the time limit of these constraints in milliseconds.
- getType().
Method in class java.naming.RefAddr
- Retrieves the address type of this address.
- getUnexecutedModifications().
Method in class java.naming.directory.AttributeModificationException
- Retrieves the unexecuted modification list.
- getURLContext(String, String, Properties).
Static method in class java.naming.spi.NamingManager
- Creates a context for resolving the given URL.
- getURLScheme(String).
Static method in class java.naming.InitialContext
-
- getValueCount().
Method in class java.naming.directory.Attribute
-
Retrieves the number of values in this attribute.
- getValues().
Method in class java.naming.directory.Attribute
- Retrieves an enumeration of this attribute's values.
- gotDefault.
Variable in class java.naming.InitialContext
-
- hashCode().
Method in class java.naming.BinaryRefAddr
- Computes the hash code of this address using its address type and contents.
- hashCode().
Method in class java.naming.CompositeName
- Computes the hash code of this composite name.
- hashCode().
Method in class java.naming.CompoundName
- Computes the hash code of this compound name.
- hashCode().
Method in interface java.naming.Name
- Computes the hash code of this name.
- hashCode().
Method in class java.naming.RefAddr
- Computes the hash code of this address using its address type and contents.
- hashCode().
Method in class java.naming.Reference
- Computes the hash code of this reference.
- hasInitialContextFactoryBuilder().
Static method in class java.naming.spi.NamingManager
- Determines whether an initial context factory builder has
been set.
- hasMoreElements().
Method in class java.naming.directory.ModificationEnumeration
- Determines whether there are any items left to enumerate.
- impl.
Variable in class java.naming.CompoundName
-
- InitialContext().
Constructor for class java.naming.InitialContext
- Constructs an initial context.
- InitialContext(Properties).
Constructor for class java.naming.InitialContext
- Constructs an initial context using information supplied in
'environment'.
- InitialContextFactoryProperty.
Static variable in class java.naming.spi.NamingManager
- The name of the system or environment property containing the class name
of the initial context factory.
- InitialDSContext().
Constructor for class java.naming.directory.InitialDSContext
- Constructs an initial DSContext.
- InitialDSContext(Properties).
Constructor for class java.naming.directory.InitialDSContext
- Constructs an initial DSContext using information supplied in
'environment'.
- insertAddr(int, RefAddr).
Method in class java.naming.Reference
- Adds an address to the list of addresses at index posn.
- insertComponent(int, String).
Method in class java.naming.CompositeName
- Adds a single component at a specified position within this
composite name.
- insertComponent(int, String).
Method in class java.naming.CompoundName
- Adds a single component at a specified position within this
compound name.
- insertComponent(int, String).
Method in interface java.naming.Name
- Adds a single component at a specified position within this name.
- insertName(int, Name).
Method in class java.naming.CompositeName
- Adds the components of a composite name -- in order -- at a specified
position within this composite name.
- insertName(int, Name).
Method in class java.naming.CompoundName
- Adds the components of a compound name -- in order -- at a specified
position within this compound name.
- insertName(int, Name).
Method in interface java.naming.Name
- Adds the components of a name -- in order -- at a specified position
within this name.
- InsufficientResourcesException().
Constructor for class java.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException.
- InsufficientResourcesException(Name, Object, Name).
Constructor for class java.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException using the
arguments supplied.
- InsufficientResourcesException(Name, Object, Name, String).
Constructor for class java.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException.
- InsufficientResourcesException(String).
Constructor for class java.naming.InsufficientResourcesException
- Constructs a new instance of InsufficientResourcesException using the
arguments supplied.
- InvalidAttributeIdentifierException().
Constructor for class java.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException.
- InvalidAttributeIdentifierException(Name, Object, Name).
Constructor for class java.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException using the
arguments supplied.
- InvalidAttributeIdentifierException(Name, Object, Name, String).
Constructor for class java.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException using the
arguments supplied.
- InvalidAttributeIdentifierException(String).
Constructor for class java.naming.directory.InvalidAttributeIdentifierException
- Constructs a new instance of InvalidAttributeIdentifierException using the
arguments supplied.
- InvalidAttributeSetException().
Constructor for class java.naming.directory.InvalidAttributeSetException
- Constructs a new instance of InvalidAttributeSetException.
- InvalidAttributeSetException(Name, Object, Name).
Constructor for class java.naming.directory.InvalidAttributeSetException
- Constructs a new instance of InvalidAttributeValueException using the
arguments supplied.
- InvalidAttributeSetException(Name, Object, Name, String).
Constructor for class java.naming.directory.InvalidAttributeSetException
- Constructs a new instance of InvalidAttributeSetException using the
arguments supplied.
- InvalidAttributeSetException(String).
Constructor for class java.naming.directory.InvalidAttributeSetException
- Constructs a new instance of InvalidAttributeSetException using the
arguments supplied.
- InvalidAttributeValueException().
Constructor for class java.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException.
- InvalidAttributeValueException(Name, Object, Name).
Constructor for class java.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException using the
arguments supplied.
- InvalidAttributeValueException(Name, Object, Name, String).
Constructor for class java.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException using the
arguments supplied.
- InvalidAttributeValueException(String).
Constructor for class java.naming.directory.InvalidAttributeValueException
- Constructs a new instance of InvalidAttributeValueException using the
arguments supplied.
- InvalidNameException().
Constructor for class java.naming.InvalidNameException
- Constructs an instance of InvalidNameException.
- InvalidNameException(String).
Constructor for class java.naming.InvalidNameException
- Constructs an instance of InvalidNameException using an
explanation of the problem.
- InvalidNameException(String, String).
Constructor for class java.naming.InvalidNameException
- Constructs an instance of InvalidNameException using the name
in question and an explanation of the problem.
- InvalidSearchConstraintsException().
Constructor for class java.naming.directory.InvalidSearchConstraintsException
- Constructs a new instance of InvalidSearchConstraintsException.
- InvalidSearchConstraintsException(String).
Constructor for class java.naming.directory.InvalidSearchConstraintsException
- Constructs a new instance of InvalidSearchConstraintsException
with more detail.
- InvalidSearchFilterException().
Constructor for class java.naming.directory.InvalidSearchFilterException
- Constructs a new instance of InvalidSearchFilterException.
- InvalidSearchFilterException(String).
Constructor for class java.naming.directory.InvalidSearchFilterException
- Constructs a new instance of InvalidSearchFilterException
with more detail.
- isEmpty().
Method in class java.naming.CompositeName
- Determines whether this composite name is empty.
- isEmpty().
Method in class java.naming.CompoundName
- Determines whether this compound name is empty.
- isEmpty().
Method in interface java.naming.Name
- Determines whether this name is empty.
- isPrefix(Name).
Method in class java.naming.CompositeName
- Determines whether a composite name is a prefix of this composite name.
- isPrefix(Name).
Method in class java.naming.CompoundName
- Determines whether a compound name is a prefix of this compound name.
- isPrefix(Name).
Method in interface java.naming.Name
- Determines whether a name is a prefix of this name.
- isSuffix(Name).
Method in class java.naming.CompositeName
- Determines whether a composite name is a suffix of this composite name.
- isSuffix(Name).
Method in class java.naming.CompoundName
- Determines whether a compound name is a suffix of this compound name.
- isSuffix(Name).
Method in interface java.naming.Name
- Determines whether a name is a suffix of this name.
- LinkException().
Constructor for class java.naming.LinkException
- Constructs a new instance of LinkException.
- LinkException(Name, Object, Name, String).
Constructor for class java.naming.LinkException
- Constructs a new instance of LinkException using the
non-link information specified.
- LinkException(Name, Object, Name, String, Name, Object, Name, String).
Constructor for class java.naming.LinkException
- Constructs a new instance of LinkException using the
both non-link and link information specified.
- linkExplanation.
Variable in class java.naming.LinkException
-
- LinkLoopException(Name, Object, Name, String).
Constructor for class java.naming.LinkLoopException
- Constructs a new instance of LinkLoopException using the
non-link information specified.
- LinkLoopException(Name, Object, Name, String, Name, Object, Name, String).
Constructor for class java.naming.LinkLoopException
- Constructs a new instance of LinkLoopException using the
both non-link and link information specified.
- LinkRef(Name).
Constructor for class java.naming.LinkRef
- Constructs a LinkRef for a name.
- linkRemainingName.
Variable in class java.naming.LinkException
-
- linkResolvedName.
Variable in class java.naming.LinkException
-
- linkResolvedObj.
Variable in class java.naming.LinkException
-
- list(Name).
Method in interface java.naming.Context
- Enumerates the atomic names and the class names of their
bound objects in the named context.
- list(Name).
Method in class java.naming.InitialContext
- Enumerates the atomic names and the class names of their
bound objects in the context named relative to this initial context.
- list(String).
Method in interface java.naming.Context
- Enumerates the atomic names and the class names of their
bound objects in the named context.
- list(String).
Method in class java.naming.InitialContext
- Enumerates the atomic names and the class names of their
bound objects in the context named relative to this initial context.
- listBindings(Name).
Method in interface java.naming.Context
- Enumerates the atomic names and their bound objects in
the named context.
- listBindings(Name).
Method in class java.naming.InitialContext
- Enumerates the atomic names and their bound objects in
the context named relative to this initial context.
- listBindings(String).
Method in interface java.naming.Context
- Enumerates the atomic names and their bound objects in
the named context.
- listBindings(String).
Method in class java.naming.InitialContext
- Enumerates the atomic names and their bound objects in
the context named relative to this initial context.
- lookup(Name).
Method in interface java.naming.Context
- Retrieves the named object.
- lookup(Name).
Method in class java.naming.InitialContext
- Retrieves the object bound to 'name' resolved relative to this
initial context.
- lookup(String).
Method in interface java.naming.Context
- Retrieves the named object.
- lookup(String).
Method in class java.naming.InitialContext
- Retrieves the object bound to 'name' resolved relative to the
initial context.
- lookupLink(Name).
Method in interface java.naming.Context
- Retrieves the named object, following links except
for the terminal atomic component of name.
- lookupLink(Name).
Method in class java.naming.InitialContext
- Looks up 'name' relative to this initial context, following links except
for the last atomic part of name.
- lookupLink(String).
Method in interface java.naming.Context
- Retrieves the named object, following links except
for the terminal atomic component of name.
- lookupLink(String).
Method in class java.naming.InitialContext
- Looks up 'name' relative to this initial context, following links except
for the last atomic part of name.
- MalformedLinkException().
Constructor for class java.naming.MalformedLinkException
-
- MalformedLinkException(Name, Object, Name, String).
Constructor for class java.naming.MalformedLinkException
- Constructs a new instance of MalformedLinkException using the
non-link information specified.
- MalformedLinkException(Name, Object, Name, String, Name, Object, Name, String).
Constructor for class java.naming.MalformedLinkException
- Constructs a new instance of MalformedLinkException using the
both non-link and link information specified.
- ModificationEnumeration().
Constructor for class java.naming.directory.ModificationEnumeration
-
- ModificationItem(int, Attribute).
Constructor for class java.naming.directory.ModificationItem
- Creates a new instance of ModificationItem.
- modifyAttributes(Name, int, AttributeSet).
Method in interface java.naming.directory.DSContext
- Modifies according to mod_op and attrs the attributes
associated with the named object.
- modifyAttributes(Name, int, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Modifies according to mod_op and attrs the attributes associated with
the named object.
- modifyAttributes(Name, ModificationEnumeration).
Method in interface java.naming.directory.DSContext
- Modifies according to mods the attributes associated with
the named object.
- modifyAttributes(Name, ModificationEnumeration).
Method in class java.naming.directory.InitialDSContext
- Modifies according to mods the attributes associated with
the named object.
- modifyAttributes(String, int, AttributeSet).
Method in interface java.naming.directory.DSContext
- Modifies according to mod_op and attrs the attributes
associated with the named object.
- modifyAttributes(String, int, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Modifies according to mod_op and attrs the attributes associated with
the named object.
- modifyAttributes(String, ModificationEnumeration).
Method in interface java.naming.directory.DSContext
- Modifies according to mods the attributes associated with
the named object.
- modifyAttributes(String, ModificationEnumeration).
Method in class java.naming.directory.InitialDSContext
- Modifies according to mods the attributes associated with
the named object.
- myProps.
Variable in class java.naming.InitialContext
-
- mySyntax.
Variable in class java.naming.CompoundName
-
- name.
Variable in class java.naming.NameClassPair
-
- NameAlreadyBoundException().
Constructor for class java.naming.NameAlreadyBoundException
- Constructs a new instance of NameAlreadyBoundException.
- NameAlreadyBoundException(Name, Object, Name).
Constructor for class java.naming.NameAlreadyBoundException
- Constructs a new instance of NameAlreadyBoundException indicating
the context in which it occurred.
- NameAlreadyBoundException(Name, Object, Name, String).
Constructor for class java.naming.NameAlreadyBoundException
- Constructs a new instance of NameAlreadyBoundException indicating
the context in which it occurred.
- NameAlreadyBoundException(String).
Constructor for class java.naming.NameAlreadyBoundException
- Constructs a new instance of NameAlreadyBoundException using the
arguments supplied.
- NameClassPair(String, String).
Constructor for class java.naming.NameClassPair
- Constructs an instance of a NameClassPair given its atomic
name and class name.
- NameNotFoundException().
Constructor for class java.naming.NameNotFoundException
- Constructs a new instance of NameNotFoundException.
- NameNotFoundException(Name, Object, Name).
Constructor for class java.naming.NameNotFoundException
- Constructs a new instance of NameNotFoundException using the
arguments supplied.
- NameNotFoundException(Name, Object, Name, String).
Constructor for class java.naming.NameNotFoundException
- Constructs a new instance of NameNotFoundException using the
arguments supplied.
- NameNotFoundException(String).
Constructor for class java.naming.NameNotFoundException
- Constructs a new instance of NameNotFoundException using the
arguments supplied.
- NamingException().
Constructor for class java.naming.NamingException
- Constructs a new NamingException.
- NamingException(Name, Object, Name).
Constructor for class java.naming.NamingException
- Constructs a new NamingException.
- NamingException(Name, Object, Name, String).
Constructor for class java.naming.NamingException
- Constructs a new NamingException.
- NamingException(String).
Constructor for class java.naming.NamingException
- Constructs a new NamingException.
- NamingSecurityException().
Constructor for class java.naming.NamingSecurityException
- Constructs a new instance of NamingSecurityException.
- NamingSecurityException(Name, Object, Name).
Constructor for class java.naming.NamingSecurityException
- Constructs a new instance of NamingSecurityException using the
arguments supplied.
- NamingSecurityException(Name, Object, Name, String).
Constructor for class java.naming.NamingSecurityException
- Constructs a new instance of NamingSecurityException.
- NamingSecurityException(String).
Constructor for class java.naming.NamingSecurityException
- Constructs a new instance of NamingSecurityException using the
arguments supplied.
- next().
Method in interface java.naming.directory.AttributeEnumeration
- Retrieves the next attribute in the enumeration.
- next().
Method in interface java.naming.BindingEnumeration
- Retrieves the next binding in the enumeration.
- next().
Method in class java.naming.directory.ModificationEnumeration
- Returns the next modification item in this enumeration.
- next().
Method in interface java.naming.NameClassEnumeration
- Retrieves the next name/class pair in the enumeration.
- next().
Method in interface java.naming.RefAddrEnumeration
- Retrieves the next address in the enumeration.
- next().
Method in interface java.naming.directory.SearchEnumeration
- Retrieves the next search item in the enumeration.
- next().
Method in interface java.naming.StringEnumeration
- Retrieves the next string in the enumeration.
- nextElement().
Method in class java.naming.directory.ModificationEnumeration
- Returns the next modification item in this enumeration.
- NoInitialContextException().
Constructor for class java.naming.NoInitialContextException
- Constructs an instance of NoInitialContextException.
- NoPermissionException().
Constructor for class java.naming.NoPermissionException
- Constructs a new instance of NoPermissionException.
- NoPermissionException(Name, Object, Name).
Constructor for class java.naming.NoPermissionException
- Constructs a new instance of NoPermissionException using the
arguments supplied.
- NoPermissionException(Name, Object, Name, String).
Constructor for class java.naming.NoPermissionException
- Constructs a new instance of NoPermissionException.
- NoPermissionException(String).
Constructor for class java.naming.NoPermissionException
- Constructs a new instance of NoPermissionException using the
arguments supplied.
- NoSuchAttributeException(Name, Object, Name).
Constructor for class java.naming.directory.NoSuchAttributeException
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- NoSuchAttributeException(Name, Object, Name, String).
Constructor for class java.naming.directory.NoSuchAttributeException
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- NoSuchAttributeException(String).
Constructor for class java.naming.directory.NoSuchAttributeException
- Constructs a new instance of NoSuchAttributeException using the
arguments supplied.
- NotContextException().
Constructor for class java.naming.NotContextException
- Constructs a new instance of NotContextException.
- NotContextException(Name, Object, Name).
Constructor for class java.naming.NotContextException
- Constructs a new instance of NotContextException using the
arguments supplied.
- NotContextException(Name, Object, Name, String).
Constructor for class java.naming.NotContextException
- Constructs a new instance of NotContextException.
- NotContextException(String).
Constructor for class java.naming.NotContextException
- Constructs a new instance of NotContextException using the
arguments supplied.
- NotDSContextException().
Constructor for class java.naming.directory.NotDSContextException
-
- NotDSContextException(Name, Object, Name).
Constructor for class java.naming.directory.NotDSContextException
- Constructs a new instance of NotDSContextException.
- NotDSContextException(Name, Object, Name, String).
Constructor for class java.naming.directory.NotDSContextException
- Constructs a new instance of NotDSContextException.
- NotDSContextException(Object, Name).
Constructor for class java.naming.directory.NotDSContextException
- Constructs a new instance of NotDSContextException.
- NotDSContextException(String).
Constructor for class java.naming.directory.NotDSContextException
- Constructs a new instance of NotDSContextException using the
arguments supplied.
- OBJECT_SCOPE.
Static variable in class java.naming.directory.SearchConstraints
- Search the named object.
- ObjectFactoryProperty.
Static variable in class java.naming.spi.NamingManager
- The name of the system or environment property containing a colon-separated
list of class names of object factories to use for getObjectInstance().
- ONELEVEL_SCOPE.
Static variable in class java.naming.directory.SearchConstraints
- Search one level of the named context.
- OperationNotSupportedException().
Constructor for class java.naming.OperationNotSupportedException
- Constructs a new instance of OperationNotSupportedException.
- OperationNotSupportedException(Name, Object, Name, String).
Constructor for class java.naming.OperationNotSupportedException
- Constructs a new instance of OperationNotSupportedException.
- parse(String).
Method in interface java.naming.NameParser
- Parses a name into its components.
- PartialResultException().
Constructor for class java.naming.PartialResultException
- Constructs a new instance of PartialResultException.
- PartialResultException(String).
Constructor for class java.naming.PartialResultException
- Constructs a new instance of the exception using the explanation
message specified.
- prependAddr(RefAddr).
Method in class java.naming.Reference
- Adds an address to the front of the list of addresses.
- prependComponent(String).
Method in class java.naming.CompositeName
- Adds a single component to the start of this composite name.
- prependComponent(String).
Method in class java.naming.CompoundName
- Adds a single component to the start of this compound name.
- prependComponent(String).
Method in interface java.naming.Name
- Adds a single component to the start of this name.
- prependName(Name).
Method in class java.naming.CompositeName
- Adds the components of a composite name -- in order -- to the beginning
of this composite name.
- prependName(Name).
Method in class java.naming.CompoundName
- Adds the components of a compound name -- in order -- to the beginning
of this compound name.
- prependName(Name).
Method in interface java.naming.Name
- Adds the components of a name -- in order -- to the beginning of
this name.
- rebind(Name, Object).
Method in interface java.naming.Context
- Binds 'name' to the object 'obj'.
- rebind(Name, Object).
Method in class java.naming.InitialContext
- Binds 'name' to the object 'obj'.
- rebind(Name, Object, AttributeSet).
Method in interface java.naming.directory.DSContext
- Binds 'name' to the object 'obj' and associates the attributes
'attrs' with the named object.
- rebind(Name, Object, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Binds 'name' to the object 'obj' and associates the attributes
'attrs' with the named object.
- rebind(String, Object).
Method in interface java.naming.Context
- Binds 'name' to the object 'obj'.
- rebind(String, Object).
Method in class java.naming.InitialContext
- Binds 'name' to the object 'obj'.
- rebind(String, Object, AttributeSet).
Method in interface java.naming.directory.DSContext
- Binds 'name' to the object 'obj' and associates the attributes
'attrs' with the named object.
- rebind(String, Object, AttributeSet).
Method in class java.naming.directory.InitialDSContext
- Binds 'name' to the object 'obj' and associates the attributes
'attrs' with the named object.
- RefAddr(String).
Constructor for class java.naming.RefAddr
- Constructs a new instance of RefAddr using its address type.
- Reference(String).
Constructor for class java.naming.Reference
- Constructs a new reference for an object with class name 'className'.
- Reference(String, RefAddr).
Constructor for class java.naming.Reference
- Constructs a new reference for an object with class name 'className' and
an address.
- Reference(String, RefAddr, String, String).
Constructor for class java.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, RefAddrEnumeration).
Constructor for class java.naming.Reference
- Constructs a new reference for an object with class name 'className'
and a list of addresses for the object.
- Reference(String, RefAddrEnumeration, String, String).
Constructor for class java.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 java.naming.Reference
- Constructs a new reference for an object with class name 'className',
and the class name and location of the object's factory.
- remainingName.
Variable in class java.naming.NamingException
-
- remainingName.
Variable in class java.naming.spi.ResolveResult
-
- remove(String).
Method in class java.naming.directory.AttributeSet
- Removes the attribute with the attribute id 'attrId' from
this attribute set.
- removeAllValues().
Method in class java.naming.directory.Attribute
- Removes all values from this attribute.
- removeValue(Object).
Method in class java.naming.directory.Attribute
- Removes a specified value from this attribute.
- rename(Name, Name).
Method in interface java.naming.Context
- Binds 'newName' to the object bound to 'oldName', and unbinds
'oldName'.
- rename(Name, Name).
Method in class java.naming.InitialContext
- Binds 'newName' to the object bound to 'oldName'.
- rename(String, String).
Method in interface java.naming.Context
- Binds 'newName' to the object bound to 'oldName', and unbinds
'oldName'.
- rename(String, String).
Method in class java.naming.InitialContext
- Binds 'newName' to the object bound to 'oldName'.
- replace(Attribute).
Method in class java.naming.directory.AttributeSet
- Replaces the attribute identified by the attribute
id of 'attr' to be attr.
- replace(String, Object).
Method in class java.naming.directory.AttributeSet
- Changes the value of the attribute identified by 'attrId'
to the value 'val'.
- REPLACE_ATTRIBUTE.
Static variable in interface java.naming.directory.DSContext
- Adds attribute with specified values.
- replaceValue(Object).
Method in class java.naming.directory.Attribute
- Replaces any existing value(s) with the supplied new value.
- resolvedName.
Variable in class java.naming.NamingException
-
- resolvedObj.
Variable in class java.naming.NamingException
-
- resolvedObj.
Variable in class java.naming.spi.ResolveResult
-
- resolvePenultimate(Name).
Method in interface java.naming.spi.Resolver
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
- resolvePenultimate(String).
Method in interface java.naming.spi.Resolver
- Resolves the penultimate portion of name (that named
by all but the terminal atomic name).
- ResolveResult().
Constructor for class java.naming.spi.ResolveResult
-
- ResolveResult(Object, Name).
Constructor for class java.naming.spi.ResolveResult
- Constructs a new instance of ResolveResult consisting of
the resolved object and the remaining name.
- ResolveResult(Object, String).
Constructor for class java.naming.spi.ResolveResult
- Constructs a new instance of ResolveResult consisting of
the resolved object and the remaining unresolved component.
- rootException.
Variable in class java.naming.NamingException
-
- search(Name, AttributeSet).
Method in interface java.naming.directory.DSContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(Name, AttributeSet).
Method in class java.naming.directory.InitialDSContext
-
Searches for named objects that contain a set of attributes
in a single context.
- search(Name, AttributeSet, String[]).
Method in interface java.naming.directory.DSContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(Name, AttributeSet, String[]).
Method in class java.naming.directory.InitialDSContext
-
Searches for named objects that contain a set of attributes
in a single context.
- search(Name, String, Object[], SearchConstraints).
Method in interface java.naming.directory.DSContext
- Searches in the named context for entries that satisfy the
given search filter.
- search(Name, String, Object[], SearchConstraints).
Method in class java.naming.directory.InitialDSContext
- Search in the context named by 'name' entries with
that satisfies the given 'filter'.
- search(Name, String, SearchConstraints).
Method in interface java.naming.directory.DSContext
- Searches in the named context for entries that satisfy the
given search filter.
- search(Name, String, SearchConstraints).
Method in class java.naming.directory.InitialDSContext
- Search in the context named by 'name' entries with
that satisfies the given string 'filter'.
- search(String, AttributeSet).
Method in interface java.naming.directory.DSContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(String, AttributeSet).
Method in class java.naming.directory.InitialDSContext
-
Searches for named objects that contain a set of attributes
in a single context.
- search(String, AttributeSet, String[]).
Method in interface java.naming.directory.DSContext
-
Searches in a single context for objects that contain a
specified set of attributes.
- search(String, AttributeSet, String[]).
Method in class java.naming.directory.InitialDSContext
-
Searches for named objects that contain a set of attributes
in a single context.
- search(String, String, Object[], SearchConstraints).
Method in interface java.naming.directory.DSContext
- Searches in the named context for entries that satisfy the
given search filter.
- search(String, String, Object[], SearchConstraints).
Method in class java.naming.directory.InitialDSContext
- Search in the context named by 'name' entries with
that satisfies the given 'filter'.
- search(String, String, SearchConstraints).
Method in interface java.naming.directory.DSContext
- Searches in the named context for entries that satisfy the
given search filter.
- search(String, String, SearchConstraints).
Method in class java.naming.directory.InitialDSContext
- Search in the context named by 'name' entries with
that satisfies the given string 'filter'.
- SearchConstraints().
Constructor for class java.naming.directory.SearchConstraints
- Constructs a search contraints using defaults.
- SearchConstraints(int, long, int, String[], boolean, boolean).
Constructor for class java.naming.directory.SearchConstraints
- Constructs a search contraints using arguments.
- SearchResult(String, Object, AttributeSet).
Constructor for class java.naming.directory.SearchResult
- Constructs a search result using the result's name, its bound object, and
its attributes.
- SearchTimeLimitExceededException().
Constructor for class java.naming.directory.SearchTimeLimitExceededException
- Constructs a new instance of SearchTimeLimitExceededException.
- SearchTimeLimitExceededException(Name, Object, Name, String).
Constructor for class java.naming.directory.SearchTimeLimitExceededException
- Constructs a new instance of SearchTimeLimitException using the
arguments supplied.
- SearchTimeLimitExceededException(String).
Constructor for class java.naming.directory.SearchTimeLimitExceededException
- Constructs a new instance of SearchTimeLimitExceededException
using the argument supplied.
- ServiceUnavailableException().
Constructor for class java.naming.ServiceUnavailableException
- Constructs a new instance of ServiceUnavailableException.
- ServiceUnavailableException(Name, Object, Name).
Constructor for class java.naming.ServiceUnavailableException
- Constructs a new instance of ServiceUnavailableException using the
arguments supplied.
- ServiceUnavailableException(Name, Object, Name, String).
Constructor for class java.naming.ServiceUnavailableException
- Constructs a new instance of ServiceUnavailableException.
- ServiceUnavailableException(String).
Constructor for class java.naming.ServiceUnavailableException
- Constructs a new instance of ServiceUnavailableException using the
arguments supplied.
- setCountLimit(long).
Method in class java.naming.directory.SearchConstraints
- Sets the maximum number of entries to be returned
as a result of the search.
- setDerefLinkFlag(boolean).
Method in class java.naming.directory.SearchConstraints
- Enables/disables link dereferencing during the search.
- setEnvironment(Properties).
Method in interface java.naming.Context
- Adds new environment properties to the environment of this
context.
- setEnvironment(Properties).
Method in class java.naming.InitialContext
- Changes the environment properties of the initial context to be
those specified by envProps.
- setInitialContextFactoryBuilder(InitialContextFactoryBuilder).
Static method in class java.naming.spi.NamingManager
- Sets the InitialContextFactory builder to be builder.
- setLinkRemainingName(Name).
Method in class java.naming.LinkException
- Sets the remaining link name field of this exception.
- setLinkResolvedName(Name).
Method in class java.naming.LinkException
- Sets the resolved link name field of this exception.
- setLinkResolvedObj(Object).
Method in class java.naming.LinkException
- Sets the link resolved object field of this exception.
- setObjectFactoryBuilder(ObjectFactoryBuilder).
Static method in class java.naming.spi.NamingManager
- The ObjectFactoryBuilder determines the policy used when
trying to load object factories.
- setRemainingName(Name).
Method in class java.naming.NamingException
- Sets the remaining name field of this exception.
- setRemainingName(Name).
Method in class java.naming.spi.ResolveResult
- Sets the remaining name field of this result to name.
- setResolvedName(Name).
Method in class java.naming.NamingException
- Sets the resolved name field of this exception.
- setResolvedObj(Object).
Method in class java.naming.NamingException
- Sets the resolved object field of this exception.
- setResolvedObj(Object).
Method in class java.naming.spi.ResolveResult
- Sets the resolved object field of this result to obj.
- setReturningAttributes(String[]).
Method in class java.naming.directory.SearchConstraints
- Specifies the attributes that will be returned as part of the search.
- setReturningObjFlag(boolean).
Method in class java.naming.directory.SearchConstraints
- Enables/disables returning objects returned as part of the result.
- setRootCause(Throwable).
Method in class java.naming.NamingException
- Records that exception 'e' is the root cause of this NamingException.
- setSearchScope(int).
Method in class java.naming.directory.SearchConstraints
- Sets the search scope to one of:
OBJECT_SCOPE, ONELEVEL_SCOPE, SUBTREE_SCOPE.
- setTimeLimit(int).
Method in class java.naming.directory.SearchConstraints
- Sets the time limit of these constraints in milliseconds.
- setUnexecutedModifications(ModificationEnumeration).
Method in class java.naming.directory.AttributeModificationException
- Sets the unexecuted modification list to be e.
- size().
Method in class java.naming.BinaryRefAddr
- Retrieves the number of bytes in the address contents.
- StringRefAddr(String, String).
Constructor for class java.naming.StringRefAddr
- Constructs a new instance of StringRefAddr using its address type
and contents.
- SUBTREE_SCOPE.
Static variable in class java.naming.directory.SearchConstraints
- Search the entire subtree rooted at the named context.
- toString().
Method in class java.naming.directory.Attribute
- Generates the string representation of this attribute.
- toString().
Method in class java.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 java.naming.BinaryRefAddr
- Generates the string representation of this address.
- toString().
Method in class java.naming.CompositeName
- Generates the string representation of this composite name.
- toString().
Method in class java.naming.CompoundName
- Generates the string representation of this compound name, using
the syntax rules of the compound name.
- toString().
Method in class java.naming.LinkException
- Generates the string representation of this exception.
- toString().
Method in class java.naming.directory.ModificationItem
- Generates the string representation of this modification item,
which consists of the modification operation and its related attribute.
- toString().
Method in interface java.naming.Name
- Generates the string representation of this name.
- toString().
Method in class java.naming.NameClassPair
- Generates the string representation of this name/class pair.
- toString().
Method in class java.naming.NamingException
- Generates the string representation of this exception.
- toString().
Method in class java.naming.RefAddr
- Generates the string representation of this address.
- toString().
Method in class java.naming.Reference
- Generates the string representation of this reference.
- toString(boolean).
Method in class java.naming.LinkException
- Generates the string representation of this exception.
- toString(boolean).
Method in class java.naming.NamingException
- Generates the string representation in more detail.
- unbind(Name).
Method in interface java.naming.Context
- Unbinds the named object from the namespace.
- unbind(Name).
Method in class java.naming.InitialContext
- Unbinds 'name' resolved relative to this initial context.
- unbind(String).
Method in interface java.naming.Context
- Unbinds the named object from the namespace.
- unbind(String).
Method in class java.naming.InitialContext
- Unbinds 'name' resolved relative to this initial context.
- values.
Variable in class java.naming.directory.Attribute
-