This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.naming.spi

Interface Summary
DirObjectFactory This interface represents a factory for creating an object given an object and attributes about the object.
DirStateFactory This interface represents a factory for obtaining the state of an object and corresponding attributes for binding.
InitialContextFactory This interface represents a factory that creates an initial context.
InitialContextFactoryBuilder This interface represents a builder that creates initial context factories.
ObjectFactory This interface represents a factory for creating an object.
ObjectFactoryBuilder This interface represents a builder that creates object factories.
Resolver This interface represents an "intermediate context" for name resolution.
StateFactory This interface represents a factory for obtaining the state of an object for binding.
 

Class Summary
DirectoryManager This class contains methods for supporting DirContext implementations.
DirStateFactory.Result An object/attributes pair for returning the result of DirStateFactory.getStateToBind().
NamingManager This class contains methods for creating context objects and objects referred to by location information in the naming or directory service.
ResolveResult This class represents the result of resolution of a name.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.