org.tentackle.db
Interface CommitTxRunnable

All Known Implementing Classes:
ObjectId

public interface CommitTxRunnable

A Runnable that gets invoked before commit.

See Also:
Db.registerCommitTxRunnable(CommitTxRunnable)

Method Summary
 void commit()
          Performs any processing necessary before commit.
 

Method Detail

commit

void commit()
Performs any processing necessary before commit. Should throw DbRuntimeException on failure.



Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de