Uses of Class
com.opensymphony.oscache.plugins.clustersupport.AbstractBroadcastingListener

Packages that use AbstractBroadcastingListener
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
 

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

Subclasses of AbstractBroadcastingListener in com.opensymphony.oscache.plugins.clustersupport
 class JavaGroupsBroadcastingListener
          A concrete implementation of the AbstractBroadcastingListener based on the JavaGroups library.
 class JMS10BroadcastingListener
          A JMS 1.0.x based clustering implementation.
 class JMSBroadcastingListener
          A JMS based clustering implementation.
 


OSCache Project Page