org.nakedobjects.object.distribution
Class CollectionAddUpdateMessage

java.lang.Object
  extended byorg.nakedobjects.object.distribution.UpdateMessage
      extended byorg.nakedobjects.object.distribution.CollectionAddUpdateMessage
All Implemented Interfaces:
java.io.Serializable

public class CollectionAddUpdateMessage
extends UpdateMessage

See Also:
Serialized Form

Constructor Summary
CollectionAddUpdateMessage(NakedCollection collection, NakedObject element)
           
 
Method Summary
 java.lang.String toString()
           
 void update(ProxyObjectStore objectStore)
           
 
Methods inherited from class org.nakedobjects.object.distribution.UpdateMessage
extractObjectData, getOid, getSerializationData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionAddUpdateMessage

public CollectionAddUpdateMessage(NakedCollection collection,
                                  NakedObject element)
                           throws UpdateMessageException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class UpdateMessage

update

public void update(ProxyObjectStore objectStore)
            throws UpdateMessageException
Throws:
UpdateMessageException