SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

kodo.runtime
Interface SavepointManager

All Known Implementing Classes:
AbstractJDBCSavepointManager, InMemorySavepointManager

public interface SavepointManager

A manager for handling savepoints.

Since:
3.4

Method Summary
 KodoSavepoint newSavepoint(String name, KodoPersistenceManager pm)
          Return a new savepoint for the given name, which may be null.
 boolean supportsIncrementalFlush()
          Return whether the savepoints generated by this manager can handle incremental flushes to the datastore.
 

Method Detail

supportsIncrementalFlush

public boolean supportsIncrementalFlush()
Return whether the savepoints generated by this manager can handle incremental flushes to the datastore.

newSavepoint

public KodoSavepoint newSavepoint(String name,
                                  KodoPersistenceManager pm)
Return a new savepoint for the given name, which may be null.

SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.