SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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

Constructor Summary
NotificationObject()
           
NotificationObject(java.util.Map additions, java.util.Map updates, java.util.Collection deletes)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void receivedBatchUpdate(com.solarmetric.rd.kodo.runtime.datacache.plugins.DistributedCache cache)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationObject

public NotificationObject()

NotificationObject

public NotificationObject(java.util.Map additions,
                          java.util.Map updates,
                          java.util.Collection deletes)
Method Detail

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

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.