Example usage for Java javax.naming Name fields, constructors, methods, implement or subclass
The text is from its open source code.
Name | add(int posn, String comp) Adds a single component at a specified position within this name. |
Name | add(String comp) Adds a single component to the end of this name. |
Name | addAll(Name suffix) Adds the components of a name -- in order -- to the end of this name. |
Object | clone() Generates a new copy of this name. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | get(int posn) Retrieves a component of this name. |
Enumeration | getAll() Retrieves the components of this name as an enumeration of strings. |
Class> | getClass() Returns the runtime class of this Object . |
Name | getPrefix(int posn) Creates a name whose components consist of a prefix of the components of this name. |
Name | getSuffix(int posn) Creates a name whose components consist of a suffix of the components in this name. |
boolean | isEmpty() Determines whether this name is empty. |
Object | remove(int posn) Removes a component from this name. |
int | size() Returns the number of components in this name. |
String | toString() Returns a string representation of the object. |