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
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationObject
public NotificationObject()
NotificationObject
public NotificationObject(Set adds,
Set updates,
Set deletes)
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
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.