|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV NEXT | ||||||||
Uses of Class
javax.naming.InvalidNameException
| Uses of InvalidNameException in javax.naming |
| Methods in javax.naming that throw InvalidNameException | |
Name |
Name.add(java.lang.String comp)
Adds the given String component to the end of this
Name. |
Name |
Name.add(int posn,
java.lang.String comp)
Inserts the given String component to this Name
at the given index. |
Name |
Name.addAll(Name suffix)
Adds all the components of the given Name to the end of this
Name. |
Name |
Name.addAll(int posn,
Name n)
Inserts all the components of the given Name to this
Name at the given index. |
java.lang.Object |
Name.remove(int posn)
Removes the component at the given index from this Name. |
Name |
CompoundName.add(int posn,
java.lang.String comp)
|
Name |
CompoundName.add(java.lang.String comp)
|
Name |
CompoundName.addAll(int posn,
Name n)
|
Name |
CompoundName.addAll(Name suffix)
|
java.lang.Object |
CompoundName.remove(int posn)
|
Name |
CompositeName.add(int posn,
java.lang.String comp)
|
Name |
CompositeName.add(java.lang.String comp)
|
Name |
CompositeName.addAll(int posn,
Name n)
|
Name |
CompositeName.addAll(Name suffix)
|
java.lang.Object |
CompositeName.remove(int posn)
|
| Constructors in javax.naming that throw InvalidNameException | |
CompoundName(java.lang.String n,
java.util.Properties syntax)
|
|
CompositeName(java.lang.String n)
|
|
|
|||||||||
| Home >> All >> javax >> [ naming overview ] | PREV NEXT | ||||||||