org.apache.naming.resources |
This package contains the resources directory context implemetation.
This includes :
- A CacheDirContext which handles caching and acts as a proxy for the real
resources context
- A FileDirContext, an implementation of DirContext to access the
filesystem
|
Java Source File Name | Type | Comment |
BaseDirContext.java | Class | Directory Context implementation helper class. |
BaseDirContextTestCase.java | Class | Basic unit tests for the javax.naming.directory.DirContext
implementations. |
CacheEntry.java | Class | Implements a cache entry. |
Constants.java | Class | Static constants for this package. |
DirContextURLConnection.java | Class | Connection to a JNDI directory context.
Note: All the object attribute names are the WebDAV names, not the HTTP
names, so this class overrides some methods from URLConnection to do the
queries using the right names. |
DirContextURLStreamHandler.java | Class | Stream handler to a JNDI directory context. |
DirContextURLStreamHandlerFactory.java | Class | Factory for Stream handlers to a JNDI directory context. |
FileDirContext.java | Class | Filesystem Directory Context implementation helper class. |
FileDirContextTestCase.java | Class | Unit tests for org.apache.naming.resources.FileDirContext .
author: Craig R. |
ImmutableNameNotFoundException.java | Class | Immutable exception to avoid useless object creation by the proxy context.
This should be used only by the proxy context. |
ProxyDirContext.java | Class | Proxy Directory Context implementation. |
RecyclableNamingEnumeration.java | Class | Naming enumeration implementation. |
Resource.java | Class | Encapsultes the contents of a resource. |
ResourceAttributes.java | Class | Attributes implementation. |
ResourceCache.java | Class | Implements a special purpose cache. |
WARDirContext.java | Class | WAR Directory Context implementation. |
WARDirContextTestCase.java | Class | Unit tests for org.apache.naming.resources.WARDirContext .
author: Craig R. |