public interface TransactionAware
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
void |
afterAbort()
afterAbort will be called after a transaction has been aborted.
|
void |
afterCommit()
afterCommit is called only after a successful commit has taken
place.
|
void |
beforeAbort()
beforeAbort is called before a transaction is aborted.
|
void |
beforeCommit()
beforeCommit will give an object a chance to kill a
transaction before it is committed.
|
static final long serialVersionUID
void beforeCommit() throws TransactionAbortedException
TransactionAbortedException
void afterCommit()
void beforeAbort()
void afterAbort()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30