com.solarmetric.kodo.runtime.datacache.plugins
Class NotificationObject
java.lang.Object
|
+--com.solarmetric.kodo.runtime.datacache.plugins.NotificationObject
- All Implemented Interfaces:
- Externalizable, Serializable
- public class NotificationObject
- extends Object
- implements 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(Map additions,
Map updates,
Collection deletes)
receivedBatchUpdate
public void receivedBatchUpdate(DistributedCache cache)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Specified by:
readExternal in interface Externalizable
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.