org.sourceforge.jemm.collections.internal.map
Class MapReplaceKONRequest

java.lang.Object
  extended by org.sourceforge.jemm.lifecycle.TypeRequest<MapReplaceKONRequest>
      extended by org.sourceforge.jemm.collections.internal.map.MapReplaceKONRequest
All Implemented Interfaces:
java.io.Serializable, Encodable<MapReplaceKONRequest>

public class MapReplaceKONRequest
extends TypeRequest<MapReplaceKONRequest>

See Also:
Serialized Form

Constructor Summary
MapReplaceKONRequest(StoredValue key, StoredValue oldValue, StoredValue newValue)
           
 
Method Summary
 MapReplaceKONRequest encode(ValueEncoder encoder)
           
 StoredValue getKey()
           
 StoredValue getNewValue()
           
 StoredValue getOldValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapReplaceKONRequest

public MapReplaceKONRequest(StoredValue key,
                            StoredValue oldValue,
                            StoredValue newValue)
Method Detail

encode

public MapReplaceKONRequest encode(ValueEncoder encoder)

getKey

public StoredValue getKey()

getOldValue

public StoredValue getOldValue()

getNewValue

public StoredValue getNewValue()


Copyright © 2009. All Rights Reserved.