com.solarmetric.rd.kodo.runtime.datacache.plugins
Class NotificationObject
java.lang.Object
|
+--com.solarmetric.rd.kodo.runtime.datacache.plugins.NotificationObject
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class NotificationObject
- extends java.lang.Object
- implements java.io.Externalizable
Utility structure to hold the IDs of additions, updates, and
deletes.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationObject
public NotificationObject()
NotificationObject
public NotificationObject(java.util.Map additions,
java.util.Map updates,
java.util.Collection deletes)
receivedBatchUpdate
public void receivedBatchUpdate(com.solarmetric.rd.kodo.runtime.datacache.plugins.DistributedCache cache)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Specified by:
readExternal in interface java.io.Externalizable
java.io.IOException
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.