com.sun.jndi.toolkit.ctx |
|
Java Source File Name | Type | Comment |
AtomicContext.java | Class | Clients: deal only with names for its own naming service
and deals with single contexts that can be built up into
hierarchical naming systems. |
AtomicDirContext.java | Class | Direct subclasses of AtomicDirContext must provide implementations for
the abstract a_ DirContext methods, and override the a_ Context methods
(which are no longer abstract because they have been overriden by
PartialCompositeDirContext with dummy implementations). |
ComponentContext.java | Class | Provides implementation of p_* operations using
c_* operations provided by subclasses.
Clients: deal only with names for its own naming service. |
ComponentDirContext.java | Class | |
Continuation.java | Class | This class contains information required to continue
the method (place where it left off, and remaining name to
continue). |
HeadTail.java | Class | |
PartialCompositeContext.java | Class | PartialCompositeContext implements Context operations on
composite names using implementations of the p_ interfaces
defined by its subclasses.
The main purpose provided by this class is that it deals with
partial resolutions and continuations, so that callers of the
Context operation don't have to.
Types of clients that will be direct subclasses of
PartialCompositeContext may be service providers that implement
one of the JNDI protocols, but which do not deal with
continuations. |
PartialCompositeDirContext.java | Class | |
StringHeadTail.java | Class | A class for returning the result of c_parseComponent(). |