Uses of Class
com.opensymphony.oscache.base.FinalizationException

Packages that use FinalizationException
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
 

Uses of FinalizationException in com.opensymphony.oscache.base
 

Methods in com.opensymphony.oscache.base that throw FinalizationException
 void LifecycleAware.finialize()
          Called by the cache administrator class when a cache is destroyed.
 

Uses of FinalizationException in com.opensymphony.oscache.plugins.clustersupport
 

Methods in com.opensymphony.oscache.plugins.clustersupport that throw FinalizationException
 void JavaGroupsBroadcastingListener.finialize()
          Shuts down the JavaGroups being managed by this listener.
 void JMSBroadcastingListener.finialize()
          Called by the cache administrator class when a cache is destroyed.
 void JMS10BroadcastingListener.finialize()
          Called by the cache administrator class when a cache is destroyed.
 


OSCache Project Page