public abstract class PersistentDatabaseObject extends Object
Constructor and Description |
---|
PersistentDatabaseObject()
Construct from nothing.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
discard()
Discard this object permanently
|
abstract void |
doneWithStream()
Close any open streams, but do NOT remove the backing object.
|
public static final String _rcsid
public PersistentDatabaseObject()
public abstract void doneWithStream() throws ManifoldCFException
ManifoldCFException
public abstract void discard() throws ManifoldCFException
ManifoldCFException