| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InvalidNameException | |
| javax.naming | Provides the classes and interfaces for accessing naming services. | 
| Uses of InvalidNameException in javax.naming | 
| Methods in javax.naming that throw InvalidNameException | |
 Name | 
CompoundName.addAll(Name suffix)
Adds the components of a compound name -- in order -- to the end of this compound name.  | 
 Name | 
CompoundName.addAll(int posn,
       Name n)
Adds the components of a compound name -- in order -- at a specified position within this compound name.  | 
 Name | 
CompoundName.add(String comp)
Adds a single component to the end of this compound name.  | 
 Name | 
CompoundName.add(int posn,
    String comp)
Adds a single component at a specified position within this compound name.  | 
 Object | 
CompoundName.remove(int posn)
Deletes a component from this compound name.  | 
 Name | 
CompositeName.addAll(Name suffix)
Adds the components of a composite name -- in order -- to the end of this composite name.  | 
 Name | 
CompositeName.addAll(int posn,
       Name n)
Adds the components of a composite name -- in order -- at a specified position within this composite name.  | 
 Name | 
CompositeName.add(String comp)
Adds a single component to the end of this composite name.  | 
 Name | 
CompositeName.add(int posn,
    String comp)
Adds a single component at a specified position within this composite name.  | 
 Object | 
CompositeName.remove(int posn)
Deletes a component from this composite name.  | 
 Name | 
Name.addAll(Name suffix)
Adds the components of a name -- in order -- to the end of this name.  | 
 Name | 
Name.addAll(int posn,
       Name n)
Adds the components of a name -- in order -- at a specified position within this name.  | 
 Name | 
Name.add(String comp)
Adds a single component to the end of this name.  | 
 Name | 
Name.add(int posn,
    String comp)
Adds a single component at a specified position within this name.  | 
 Object | 
Name.remove(int posn)
Removes a component from this name.  | 
| Constructors in javax.naming that throw InvalidNameException | |
CompoundName(String n,
             Properties syntax)
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.  | 
|
CompositeName(String n)
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).  | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.