Uses of Class
org.apache.geronimo.clustering.DataDelta

Packages that use DataDelta
org.apache.geronimo.clustering The Geronimo Clustering implementation. 
 

Uses of DataDelta in org.apache.geronimo.clustering
 

Methods in org.apache.geronimo.clustering with parameters of type DataDelta
 void LocalCluster.notifyDataDelta(DataDeltaListener l, DataDelta delta)
          Apply the given delta to all interested members of the cluster, excluding the member which generated it.
 void DataDeltaListener.applyDataDelta(DataDelta delta)
          Called by Cluster to notify node of a change to Cluster state.
 void Node.applyDataDelta(DataDelta delta)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.