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

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

public class MapRemoveKVResponse
extends TypeResponse<MapRemoveKVResponse>

See Also:
Serialized Form

Constructor Summary
MapRemoveKVResponse(boolean success)
           
MapRemoveKVResponse(StoredValue[] potentialKeyMatches, StoredValue[] potentialValueMatches)
           
 
Method Summary
 MapRemoveKVResponse encode(ValueEncoder encoder)
           
 StoredValue[] getPotentialKeyMatches()
           
 StoredValue[] getPotentialValueMatches()
           
 boolean hasPotentials()
           
 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

MapRemoveKVResponse

public MapRemoveKVResponse(boolean success)

MapRemoveKVResponse

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

encode

public MapRemoveKVResponse encode(ValueEncoder encoder)

isSuccess

public boolean isSuccess()

getPotentialKeyMatches

public StoredValue[] getPotentialKeyMatches()

getPotentialValueMatches

public StoredValue[] getPotentialValueMatches()

hasPotentials

public boolean hasPotentials()

visit

public void visit(ValueVisitor visitor)


Copyright © 2009. All Rights Reserved.