Uses of Class
javax.util.jcache.ObjectExistsException

Packages that use ObjectExistsException
javax.util.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
org.fjank.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
 

Uses of ObjectExistsException in javax.util.jcache
 

Methods in javax.util.jcache that throw ObjectExistsException
 OutputStream CacheLoader.createStream(Object handle)
          Deprecated. should be called from the load method to create a StreamAccess object.
abstract  void CacheAccessFactory.defineRegion(String name)
          Deprecated. removed auto-generate-region replacement.
abstract  void CacheAccessFactory.defineRegion(String name, Attributes attributes)
          Deprecated. removed auto-generate-region replacement.
 

Uses of ObjectExistsException in org.fjank.jcache
 

Methods in org.fjank.jcache that throw ObjectExistsException
 void CacheAccessFactoryImpl.defineRegion(String name)
          Will create a named region within the cache.
 void CacheAccessFactoryImpl.defineRegion(String name, Attributes attributes)
          Will create a named region within the cache.
 



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.