Home » apache-tomcat-6.0.26-src » org.apache » naming » resources »

org.apache.naming.resources

Sub Packages:

org.apache.naming.resources.jndi   This package contains the resources directory context implemetation.  

Abstract Classes:

BaseDirContext   Directory Context implementation helper class.  code | html
BaseDirContextTestCase  

Basic unit tests for the javax.naming.directory.DirContext implementations. 

code | html

Classes:

CacheEntry   Implements a cache entry.  code | html
Constants   Static constants for this package.  code | html
DirContextURLConnection   Connection to a JNDI directory context.  code | html
DirContextURLStreamHandler   Stream handler to a JNDI directory context.  code | html
DirContextURLStreamHandlerFactory   Factory for Stream handlers to a JNDI directory context.  code | html
FileDirContext   Filesystem Directory Context implementation helper class.  code | html
FileDirContext.FileResource   This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).  code | html
FileDirContext.FileResourceAttributes   This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).  code | html
ImmutableNameNotFoundException   Immutable exception to avoid useless object creation by the proxy context.  code | html
ProxyDirContext   Proxy Directory Context implementation.  code | html
RecyclableNamingEnumeration   Naming enumeration implementation.  code | html
Resource   Encapsultes the contents of a resource.  code | html
ResourceAttributes   Attributes implementation.  code | html
ResourceCache   Implements a special purpose cache.  code | html
VirtualDirContext   Extended FileDirContext implementation that will allow loading of tld files from the META-INF directory (or subdirectories) in classpath.  code | html
WARDirContext   WAR Directory Context implementation.  code | html
WARDirContext.Entry   Entries structure.  code | html
WARDirContext.WARResource   This specialized resource implementation avoids opening the IputStream to the WAR right away.  code | html

All Test Cases:

BaseDirContextTestCase  

Basic unit tests for the javax.naming.directory.DirContext implementations. 

code | html
FileDirContextTestCase   Unit tests for org.apache.naming.resources.FileDirContext code | html
WARDirContextTestCase   Unit tests for org.apache.naming.resources.WARDirContext code | html