org.openprivacy.reptile.data
Interface Persistable

All Known Implementing Classes:
HTParserStore

public interface Persistable

Interface for a class which is capable of being persistable on disk.

Version:
$Id: Persistable.java,v 1.1 2001/06/23 23:17:00 burton Exp $
Author:
burtonator

Method Summary
 void commit()
           
 void init()
           
 

Method Detail

commit

public void commit()

init

public void init()
          throws ReptileException
ReptileException