|
Class Summary |
| ContextManager |
The ContextManager handles the actual manipulation
of objects and names in a specific Context. |
| ENCFactory |
The java:comp/env Context, aka the Environmental
Naming Context (ENC) is special to J2EE. |
| JRunContextFactory |
When an InitialContext is created using this class
as the Context.INITIAL_CONTEXT_FACTORY, this is the
class that the JNDI NamingManager will use to construct
a Context. |
| JRunNamingContext |
This class performs the brunt of the logic required by JNDI-related
tasks. |
| JRunNamingEnumeration |
This custom class implements the functionality of a
NamingEnumeration as required by JNDI. |
| NamingParser |
This is the NamingParser emploed by the JRun JNDI provider
to resolve Name objects properly. |
| NamingService |
This is the JNDI bootstrap class. |