Rice Pastry API

org.mpisws.p2p.transport.peerreview
Class SecureHistoryFactoryImpl

java.lang.Object
  extended by org.mpisws.p2p.transport.peerreview.SecureHistoryFactoryImpl
All Implemented Interfaces:
SecureHistoryFactory

public class SecureHistoryFactoryImpl
extends java.lang.Object
implements SecureHistoryFactory


Field Summary
static int HASH_LENGTH
           
 
Constructor Summary
SecureHistoryFactoryImpl()
           
 
Method Summary
 SecureHistory create(java.lang.String name, long baseSeq, Hash baseHash)
           
 int getHashSizeBytes()
           
 SecureHistory open(java.lang.String name, boolean readonly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HASH_LENGTH

public static final int HASH_LENGTH
See Also:
Constant Field Values
Constructor Detail

SecureHistoryFactoryImpl

public SecureHistoryFactoryImpl()
Method Detail

create

public SecureHistory create(java.lang.String name,
                            long baseSeq,
                            Hash baseHash)
Specified by:
create in interface SecureHistoryFactory

getHashSizeBytes

public int getHashSizeBytes()
Specified by:
getHashSizeBytes in interface SecureHistoryFactory

open

public SecureHistory open(java.lang.String name,
                          boolean readonly)
Specified by:
open in interface SecureHistoryFactory

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.