SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.runtime.event.impl
Class NotificationObject

java.lang.Object
  |
  +--com.solarmetric.kodo.runtime.event.impl.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

Constructor Summary
NotificationObject()
           
NotificationObject(Set adds, Set updates, Set deletes)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void receivedCommitInfo(RemoteCommitProviderImpl provider)
           
 void writeExternal(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(Set adds,
                          Set updates,
                          Set deletes)
Method Detail

receivedCommitInfo

public void receivedCommitInfo(RemoteCommitProviderImpl provider)

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

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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