ostore.util
Class VerifiableBlockTag

java.lang.Object
  |
  +--ostore.util.VerifiableBlockTag
All Implemented Interfaces:
DDTag, QuickSerializable

public class VerifiableBlockTag
extends Object
implements DDTag

The Tapestry tag published by object replicas (second-tier and clients). who have a cached copy of a VerifiableBlock

Version:
$Id: VerifiableBlockTag.java,v 1.10 2004/05/13 20:20:46 hweather Exp $
Author:
Hakim Weatherspoon
See Also:
VerifiableBlock

Constructor Summary
VerifiableBlockTag()
          Creates a new VerifiableBlockTag.
VerifiableBlockTag(InputBuffer buffer)
          Constructs a VerifiableBlockTag from its serialized form.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifiableBlockTag

public VerifiableBlockTag()
Creates a new VerifiableBlockTag.


VerifiableBlockTag

public VerifiableBlockTag(InputBuffer buffer)
Constructs a VerifiableBlockTag from its serialized form.

Parameters:
buffer - serialized form of object.
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object