ostore.bloom
Class BloomQuery

java.lang.Object
  |
  +--ostore.bloom.BloomQuery
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Direct Known Subclasses:
BloomWrapper

public abstract class BloomQuery
extends Object
implements QueueElementIF, QuickSerializable

Bloom filter interface used by Tapestry.

Version:
$Id: BloomQuery.java,v 1.1 2001/12/02 04:08:05 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 SecureHash dest
           
 boolean inbound
           
 SecureHash src
           
 boolean success
          Did the query succeed, or are we at a dead end? Only valid if inbound == true.
 
Constructor Summary
protected BloomQuery()
           
protected BloomQuery(SecureHash dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ostore.util.QuickSerializable
to_bytes, type_code
 

Field Detail

src

public SecureHash src

dest

public SecureHash dest

inbound

public boolean inbound

success

public boolean success
Did the query succeed, or are we at a dead end? Only valid if inbound == true.
Constructor Detail

BloomQuery

protected BloomQuery()

BloomQuery

protected BloomQuery(SecureHash dest)