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

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

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

Methods in com.opensymphony.oscache.plugins.clustersupport with parameters of type ClusterNotification
protected  void JMSBroadcastingListener.sendNotification(ClusterNotification message)
           
protected  void JMS10BroadcastingListener.sendNotification(ClusterNotification message)
           
protected  void JavaGroupsBroadcastingListener.sendNotification(ClusterNotification message)
          Uses JavaGroups to broadcast the supplied notification message across the cluster.
 void AbstractBroadcastingListener.handleClusterNotification(ClusterNotification message)
          Handles incoming notification messages.
protected abstract  void AbstractBroadcastingListener.sendNotification(ClusterNotification message)
          Called when a cluster notification message is to be broadcast.
 


OSCache Project Page