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