}
++instanceCount;
this.db = tmpDB;
this.dataVolume = db.getVolume(dataVolumeName);
this.tableStatusCache = new PersistitAccumulatorTableStatusCache(this);
if(this.dataVolume == null) {
stop();
throw new IllegalArgumentException("No volume named: " + dataVolumeName);
}