objectIOManager.setGarbageManagement(garbageManagement,
garbageManager);
} catch (final ObjectIOException exception) {
throw new StoreException(exception);
}
storeSaver = new StoreSaver3(this);
storeGarbager = new StoreGarbager(this);
storeGarbager.setStoreSaver(storeSaver);
xmlExporter = new XmlExporter(this);
try {