Package com.db4o.internal
Class NullTransactionListener
- java.lang.Object
-
- com.db4o.internal.NullTransactionListener
-
- All Implemented Interfaces:
TransactionListener
public class NullTransactionListener extends java.lang.Object implements TransactionListener
-
-
Field Summary
Fields Modifier and Type Field Description static TransactionListener
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postRollback()
void
preCommit()
-
-
-
Field Detail
-
INSTANCE
public static final TransactionListener INSTANCE
-
-
Method Detail
-
postRollback
public void postRollback()
- Specified by:
postRollback
in interfaceTransactionListener
-
preCommit
public void preCommit()
- Specified by:
preCommit
in interfaceTransactionListener
-
-