Rice Pastry API

rice.p2p.past.testing
Class DistPastRegrTest.NonMutableTestPastContent

java.lang.Object
  |
  +--rice.p2p.past.testing.DistPastRegrTest.TestPastContent
        |
        +--rice.p2p.past.testing.DistPastRegrTest.NonMutableTestPastContent
All Implemented Interfaces:
PastContent, java.io.Serializable
Enclosing class:
DistPastRegrTest

protected static class DistPastRegrTest.NonMutableTestPastContent
extends DistPastRegrTest.TestPastContent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.p2p.past.testing.DistPastRegrTest.TestPastContent
existing, id
 
Constructor Summary
DistPastRegrTest.NonMutableTestPastContent(Id id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean isMutable()
          States if this content object is mutable.
 
Methods inherited from class rice.p2p.past.testing.DistPastRegrTest.TestPastContent
checkInsert, getHandle, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistPastRegrTest.NonMutableTestPastContent

public DistPastRegrTest.NonMutableTestPastContent(Id id)
Method Detail

isMutable

public boolean isMutable()
Description copied from interface: PastContent
States if this content object is mutable. Mutable objects are not subject to dynamic caching in Past.

Specified by:
isMutable in interface PastContent
Overrides:
isMutable in class DistPastRegrTest.TestPastContent
Returns:
true if this object is mutable, else false

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class DistPastRegrTest.TestPastContent

Rice Pastry API

Copyright © 2001 - Rice Pastry