Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package javax.naming.spi


Classes

interface  DirObjectFactory
 An DirObjectFactory creates objects of a specified type. More...
interface  DirStateFactory
 The DirStateFactory interface describes a factory used to get the state of an object to be bound. More...
class  DirectoryManager
 The DirectoryManager class cannot be instantiated. More...
interface  InitialContextFactory
 An implementation of InitialContextFactory creates an initial context so that the JNDI application can begin to invoke naming operations on that context. More...
interface  InitialContextFactoryBuilder
 An initial context factory builder creates an initial context factory, and an initial context factory creates initial contexts. More...
class  NamingManager
 The NamingManager class should not be instantiated although it can be extended by classes within the javax.naming.spi package - see DirectoryManager. More...
interface  ObjectFactory
 An ObjectFactory creates objects of a specified type. More...
interface  ObjectFactoryBuilder
 An object factory builder creates an object factory, and an object factory creates objects of a specified type. More...
class  ResolveResult
 An instance of ResolveResult is produced when a name resolution operation has completed. More...
interface  Resolver
 The Resolver interface describes an intermediate context which may be used in name resolution. More...
interface  StateFactory
 The StateFactory interface describes a factory used to get the state of an object to be bound. More...