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
protected  CacheEntry ProxyDirContext.cacheLookup(java.lang.String name)
          Lookup in cache.
 CacheEntry ResourceCache.lookup(java.lang.String name)
           
 CacheEntry ProxyDirContext.lookupCache(java.lang.String name)
          Retrieves the named object as a cache entry, without any exception.
 

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



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