|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.io.CollectionChangeSet
public class CollectionChangeSet
Represents an update to a persistent collection. Can only be used for unordered collections since this change set does not preserve any ordering information.
| Constructor Summary | |
|---|---|
CollectionChangeSet()
|
|
| Method Summary | |
|---|---|
List<EntitySnapshot> |
getAddedElements()
Returns all snapshots that represent entities that were added to the collection. |
List<ProxyEntitySnapshot> |
getRemovedElements()
Returns all snapshots that represent entities that were removed from the collection. |
void |
readExternal(DataInput input)
Restores the content of this object from the DataInput instance. |
void |
writeExternal(DataOutput output)
Saves the content of this object to the DataOutput instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionChangeSet()
| Method Detail |
|---|
public List<EntitySnapshot> getAddedElements()
public List<ProxyEntitySnapshot> getRemovedElements()
public void readExternal(DataInput input)
Externalizable
readExternal in interface Externalizableinput - the AMF3 data to read frompublic void writeExternal(DataOutput output)
Externalizable
writeExternal in interface Externalizableoutput - the output to write to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||