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

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

public final class MapReplaceKONResponse
extends TypeResponse<MapReplaceKONResponse>

See Also:
Serialized Form

Constructor Summary
MapReplaceKONResponse(boolean success)
           
MapReplaceKONResponse(StoredValue[] potentialKeyMatches, StoredValue[] potentialValueMatches)
           
 
Method Summary
 MapReplaceKONResponse encode(ValueEncoder encoder)
           
 StoredValue[] getPotentialKeyMatches()
           
 StoredValue[] getPotentialValueMatches()
           
 boolean hasPotentialKeyMatches()
           
 boolean isSuccess()
           
 void visit(ValueVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapReplaceKONResponse

public MapReplaceKONResponse(boolean success)

MapReplaceKONResponse

public MapReplaceKONResponse(StoredValue[] potentialKeyMatches,
                             StoredValue[] potentialValueMatches)
Method Detail

getPotentialKeyMatches

public StoredValue[] getPotentialKeyMatches()

getPotentialValueMatches

public StoredValue[] getPotentialValueMatches()

isSuccess

public boolean isSuccess()

encode

public MapReplaceKONResponse encode(ValueEncoder encoder)

hasPotentialKeyMatches

public boolean hasPotentialKeyMatches()

visit

public void visit(ValueVisitor visitor)


Copyright © 2009. All Rights Reserved.