public abstract class PersistentDatabaseObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| 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 java.lang.String _rcsid
public PersistentDatabaseObject()
public abstract void doneWithStream()
throws ManifoldCFException
ManifoldCFExceptionpublic abstract void discard()
throws ManifoldCFException
ManifoldCFException