Interface | Description |
---|---|
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 | Description |
---|---|
DirectoryManager | This class contains methods for supporting |
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. |
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.