org.codehaus.activespace.cache.impl
Class VersionedValue

java.lang.Object
  extended byorg.codehaus.activespace.cache.impl.VersionedValue
All Implemented Interfaces:
Serializable

public class VersionedValue
extends Object
implements Serializable

Represents a change to a cache entry.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
VersionedValue(Object value, Object version)
           
 
Method Summary
 Object getValue()
           
 Object getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedValue

public VersionedValue(Object value,
                      Object version)
Method Detail

getValue

public Object getValue()

getVersion

public Object getVersion()


Copyright © 2004 Protique, Ltd.. All Rights Reserved.