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

Packages that use InitializationException
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 InitializationException in com.opensymphony.oscache.base
 

Methods in com.opensymphony.oscache.base that throw InitializationException
 void LifecycleAware.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 

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

Methods in com.opensymphony.oscache.plugins.clustersupport that throw InitializationException
 void JMSBroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 void JavaGroupsBroadcastingListener.initialize(Cache cache, Config config)
          Initializes the broadcasting listener by starting up a JavaGroups notification bus instance to handle incoming and outgoing messages.
 void JMS10BroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 void AbstractBroadcastingListener.initialize(Cache cache, Config config)
          Called by the cache administrator class when a cache is instantiated.
 


OSCache Project Page