Uses of Class
javax.util.jcache.CacheException

Packages that use CacheException
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
org.fjank.jcache.collection   
org.fjank.jcache.distribution   
 

Uses of CacheException in javax.util.jcache
 

Subclasses of CacheException in javax.util.jcache
 class CacheFullException
          Deprecated. replaced with CacheException
 class CacheNotAvailableException
          Deprecated. replaced with CacheException
 class CachePermissionException
          Deprecated. replaced with CacheException
 class CallbackException
          Deprecated. replaced with CacheException
 class CantSynchronizeGroupException
          Deprecated. replaced with CacheException
 class DiskCacheException
          Deprecated. replaced with CacheException
 class GroupNameException
          Deprecated. replaced with CacheException
 class GroupUseException
          Deprecated. replaced with CacheException
 class InvalidArgumentException
          Deprecated. replaced with CacheException
 class InvalidGroupException
          Deprecated. replaced with CacheException
 class InvalidHandleException
          Deprecated. replaced with CacheException
 class InvalidObjectException
          Deprecated. replaced with CacheException
 class LoadConflictException
          Deprecated. replaced with CacheException
 class NetOfflineException
          Deprecated. replaced with CacheException
 class NetworkException
          Deprecated. replaced with CacheException
 class NotARetrievableObjectException
          Deprecated. replaced with CacheException
 class NotImplementedException
          Deprecated. replaced with CacheException
 class NullObjectException
          Deprecated. replaced with CacheException
 class NullObjectNameException
          Deprecated. replaced with CacheException
 class ObjectExistsException
          Deprecated. replaced with CacheException
 class ObjectNotFoundException
          Deprecated. replaced with CacheException
 class ObjectNotSynchronizedException
          Deprecated. replaced with CacheException
 class RegionNotFoundException
          Deprecated. replaced with CacheException
 class ResponseFailedException
          Deprecated. replaced with CacheException
 class TimeoutException
          Deprecated. replaced with CacheException
 

Methods in javax.util.jcache that return CacheException
 CacheException CacheLoader.exceptionHandler(String msg, Exception exception)
          Deprecated. this method is called from the load method to convert any non CacheExceptions into CacheExceptions, with the base exception set to the original exception.
 

Methods in javax.util.jcache that throw CacheException
 File CacheLoader.createDiskObject(Object handle, Attributes attributes, String extension)
          Deprecated. is called from the load object to create a disk object.
 File CacheLoader.createDiskObject(Object handle, String extension)
          Deprecated. is called from the load object to create a disk object.
 OutputStream CacheLoader.createStream(Object handle, Attributes attributes)
          Deprecated. should be called from the load method to create a StreamAccess object.
 void Cache.flush()
          Deprecated. will mark all objects in the cache, both disk and memory, as invalid, forcing objects to be reloaded.
 void Cache.flushDisk()
          Deprecated. will mark all objects in the cache as invalid, forcing objects to be reloaded.
 void Cache.flushMemory()
          Deprecated. will mark all objects in the cache as invalid, forcing objects to be reloaded.
 Attributes CacheMap.getAttributes(Object name)
          Deprecated. moved to MapAccess
abstract  Cache CacheAccessFactory.getCache()
          Deprecated. will be removed with no replacement.
abstract  Cache CacheAccessFactory.getCache(boolean b)
          Deprecated. will be removed with no replacement.
abstract  CacheMap CacheAccessFactory.getMapAccess()
           
abstract  CacheMap CacheAccessFactory.getMapAccess(String region)
           
protected  Object CacheLoader.getName(Object handle)
          Deprecated. returns the name associated with object being loaded.
protected  String CacheLoader.getRegion(Object handle)
          Deprecated. return the name of the region for the object being loaded.
abstract  Object CacheLoader.load(Object handle, Object arguments)
          Deprecated. this method must be implemented by the user to load objects into the cache.
protected  Object CacheLoader.netSearch(Object handle, int timeout)
          Deprecated. will search other caches for the object to be loaded.
 void CacheLoader.setAttributes(Object handle, Attributes attributes)
          Deprecated. will cause the attributes associated with the object being loaded to be set to values provided in attributes.
 

Uses of CacheException in org.fjank.jcache
 

Methods in org.fjank.jcache that return CacheException
 CacheException CacheAccessImpl2.getException(boolean cached)
          Will return the last exception which occured.
 

Methods in org.fjank.jcache that throw CacheException
 void CacheImpl.flush()
          will mark all objects in the cache, both disk and memory, as invalid, forcing objects to be reloaded.
 void CacheImpl.flushDisk()
          wll mark all objects in the cache as invalid, forcing objects to be reloaded.
 void CacheImpl.flushMemory()
          will mark all objects in the cache as invalid, forcing objects to be reloaded.
 Cache CacheAccessFactoryImpl.getCache()
          gets an initialized instance of the cache.
 Cache CacheAccessFactoryImpl.getCache(boolean init)
          gets an instance of the cache.
 

Constructors in org.fjank.jcache that throw CacheException
StreamCacheObject(Object key, Object referent, CacheGroup group, CacheRegion region, ReferenceQueue q)
          Creates a new StreamCacheObject object.
 

Uses of CacheException in org.fjank.jcache.collection
 

Methods in org.fjank.jcache.collection that throw CacheException
 Attributes MapAdapter.getAttributes(Object name)
           
 

Uses of CacheException in org.fjank.jcache.distribution
 

Methods in org.fjank.jcache.distribution that throw CacheException
 void DistributionEngine.cacheObjectAdded(String region, String group, Serializable key, Serializable data)
           
 



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