org.apache.geronimo.clustering
Class DataDelta
java.lang.Object
org.apache.geronimo.clustering.DataDelta
- public abstract class DataDelta
- extends Object
An object capable of holding a Data change (Delta) and applying it
to said Data.
- Version:
- $Revision: 1.4 $ $Date: 2004/03/10 09:58:21 $
Method Summary |
abstract void |
apply(Data data)
Apply the enclosed delta to the Data arg. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDelta
public DataDelta()
apply
public abstract void apply(Data data)
- Apply the enclosed delta to the Data arg.
- Parameters:
data
- a Data
value - The Data to which to
apply the delta.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.