com.xerox.bantam.util
Interface BackedObject

All Known Implementing Classes:
AbstractBackedObject

public interface BackedObject

This is a simple interface that objects backed by documents may want to implement.

Version:
$Revision: 1.2 $, $Date: 2000/02/17 06:07:55 $
Author:
Keith Edwards

Method Summary
 void checkpoint()
           
 Document getBackingDocument()
           
 void restore()
           
 

Method Detail

getBackingDocument

public Document getBackingDocument()

restore

public void restore()
             throws StorageException

checkpoint

public void checkpoint()
                throws StorageException

Project Harland