org.apache.geronimo.clustering
Interface DataDeltaListener

All Known Implementing Classes:
Node

public interface DataDeltaListener

An interface implemented by components that wish to be notified about changes to Cluster state.

Version:
$Revision: 1.5 $ $Date: 2004/03/10 09:58:21 $

Method Summary
 void applyDataDelta(DataDelta delta)
          Called by Cluster to notify node of a change to Cluster state.
 

Method Detail

applyDataDelta

public void applyDataDelta(DataDelta delta)
Called by Cluster to notify node of a change to Cluster state.

Parameters:
delta - a DataDelta to be applied to the node's current state.


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