Uses of Class
org.apache.naming.resources.CacheEntry

Packages that use CacheEntry
org.apache.naming.resources This package contains DirContext implementations for file and URL stream resources. 
 

Uses of CacheEntry in org.apache.naming.resources
 

Fields in org.apache.naming.resources declared as CacheEntry
protected  CacheEntry[] ResourceCache.cache
          Cache.
 

Methods in org.apache.naming.resources that return CacheEntry
 CacheEntry ProxyDirContext.lookupCache(java.lang.String name)
          Retrieves the named object as a cache entry, without any exception.
protected  CacheEntry ProxyDirContext.cacheLookup(java.lang.String name)
          Lookup in cache.
 CacheEntry ResourceCache.lookup(java.lang.String name)
           
 

Methods in org.apache.naming.resources with parameters of type CacheEntry
protected  boolean ProxyDirContext.validate(CacheEntry entry)
          Validate entry.
protected  boolean ProxyDirContext.revalidate(CacheEntry entry)
          Revalidate entry.
protected  void ProxyDirContext.cacheLoad(CacheEntry entry)
          Load entry into cache.
 void ResourceCache.load(CacheEntry entry)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.