Java™ Platform
Standard Ed. 6

Uses of Interface
javax.naming.NameParser

Packages that use NameParser
javax.naming Provides the classes and interfaces for accessing naming services. 
 

Uses of NameParser in javax.naming
 

Methods in javax.naming that return NameParser
 NameParser InitialContext.getNameParser(Name name)
           
 NameParser Context.getNameParser(Name name)
          Retrieves the parser associated with the named context.
 NameParser InitialContext.getNameParser(String name)
           
 NameParser Context.getNameParser(String name)
          Retrieves the parser associated with the named context.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.