GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.naming.Name | |
class | Represents names that may span over several namespaces. |
class | Represents hierarchical names from the single namespace. |
Constructors with parameter type javax.naming.Name | |
Fields of type javax.naming.Name | |
Name | |
Name | |
Name | |
Name | If the exception was caused while resolving a Name then
this field contains that part of the name that could not be resolved.
|
Name | |
Name | If the exception was caused while resolving a Name then
this field contains that part of the name that could be resolved.
|
Methods with parameter type javax.naming.Name | |
Name | |
Name | |
Name | Inserts all the components of the given Name to this
Name at the given index. |
Name | |
Name | |
Name | Adds all the components of the given Name to the end of this
Name . |
void | Adds the given Name to the remainingName field.
|
void | Give the specified name for the specified object. |
void | |
Name | Composes the name of this context together with another name, related to
this context.
|
Name | |
Context | Creates the new naming subcontext and binds it to the current (this)
context.
|
Context | |
void | Removes the naming subcontext from this naming context. |
void | |
boolean | |
boolean | |
boolean | Returns true if this Name ends with the
components of the given Name , false otherwise.
|
NameParser | Obtains the name parser for parsing the names of the given naming
subcontext.
|
NameParser | |
Context | Obtains the context for resolving the given name. |
NamingEnumeration | Creates and returns the enumeration over the name bindings that are present
the given subcontext. |
NamingEnumeration | |
NamingEnumeration | Creates and returns the enumeration over the name - object bindings that
are present the given subcontext. |
NamingEnumeration | |
Object | Gets the previously named object by name. |
Object | |
Object | Retrieves the named object, not following the link of the terminal atomic
component of the name. |
Object | |
void | Give the specified name for the specified object. |
void | |
void | Renames the existing binding, removing the existing and giving the new name
for the same object.
|
void | |
void | |
void | |
void | |
void | Sets the part of the name that could be resolved before this exception
happend. |
void | |
void | Sets the part of the name that could be resolved before this exception
happend. |
boolean | |
boolean | |
boolean | Returns true if this Name starts with the
components of the given Name , false otherwise.
|
void | Removes the name - object mapping from the current context. |
void |
Methods with return type javax.naming.Name | |
Name | |
Name | |
Name | Inserts the given String component to this Name
at the given index. |
Name | |
Name | |
Name | Adds the given String component to the end of this
Name . |
Name | |
Name | |
Name | Inserts all the components of the given Name to this
Name at the given index. |
Name | |
Name | |
Name | Adds all the components of the given Name to the end of this
Name . |
Name | Composes the name of this context together with another name, related to
this context.
|
Name | |
Name | |
Name | |
Name | |
Name | CompositeName.getPrefix(int posn) |
Name | CompoundName.getPrefix(int posn) |
Name | Returns the components till the given index as a Name .
|
Name | Gets the part of the name that could not be resolved before this exception
happend. |
Name | |
Name | Gets the part of the name that could be resolved before this exception
happend. |
Name | CompositeName.getSuffix(int posn) |
Name | CompoundName.getSuffix(int posn) |
Name | Returns the components from the given index till the end as a
Name .
|
Name | Parser the string name representation into the Name representation
|
Methods with parameter type javax.naming.Name | |
void | |
void | |
DirContext | |
DirContext | |
Attributes | |
Attributes | |
Attributes | |
Attributes | |
DirContext | |
DirContext | |
DirContext | |
DirContext | |
void | |
void | |
void | |
void | |
void | |
void | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration | |
NamingEnumeration |
Constructors with parameter type javax.naming.Name | |
Create the initialised instance
|
Fields of type javax.naming.Name | |
Name | The remaining, unresolved part of the name.
|
Methods with parameter type javax.naming.Name | |
void | Append the name to the end of the resolved name.
|
Object | NamingManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment) Creates an object for the specified name context, environment and
referencing context object.
If the builder factory is set by
setObjectFactoryBuilder(ObjectFactoryBuilder) , the call is
delegated to that factory. |
Object | ObjectFactory.getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable , ?> environment) Creates the object, using the specified name and location information. |
Object | DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
Object | Get the object state for binding.
|
Object | Get the object state for binding.
|
DirStateFactory.Result | DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes attrs) |
DirStateFactory.Result | DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable , ?> environment, Attributes inAttrs) |
ResolveResult | |
void | Set the remaining unresolved name.
|
Methods with return type javax.naming.Name | |
Name | Get the remaining unresolved part of the name
|
Methods with parameter type javax.naming.Name | |
void | |
void | EventDirContext.addNamingListener(Name target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) |
void | EventDirContext.addNamingListener(Name target, String filter, SearchControls ctls, NamingListener l) |
GNU Classpath (0.95) |