|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionAbortedException | |
|---|---|
| org.castor.persist | |
| org.exolab.castor.jdo | The Java Data Objects API
Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $
Author: Assaf Arkin
The class JDOManager provides the Castor JDO engine used for
obtaining a database connection. |
| org.exolab.castor.jdo.engine | Implementation of the Castor JDO engine. |
| Uses of TransactionAbortedException in org.castor.persist |
|---|
| Methods in org.castor.persist that throw TransactionAbortedException | |
|---|---|
void |
TransactionContext.close()
Closes all Connections. |
void |
AbstractTransactionContext.close()
Closes all Connections. |
protected void |
LocalTransactionContext.closeConnections()
The derived class must implement this method and close all the connections used in this transaction. |
protected void |
GlobalTransactionContext.closeConnections()
The derived class must implement this method and close all the connections used in this transaction. |
protected abstract void |
AbstractTransactionContext.closeConnections()
The derived class must implement this method and close all the connections used in this transaction. |
void |
TransactionContext.commit()
Commits all changes and closes the transaction releasing all locks on all objects. |
void |
AbstractTransactionContext.commit()
Commits all changes and closes the transaction releasing all locks on all objects. |
protected void |
LocalTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections used in this transaction. |
protected void |
GlobalTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections used in this transaction. |
protected abstract void |
AbstractTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections used in this transaction. |
boolean |
TransactionContext.prepare()
Prepares the transaction prior to committing it. |
boolean |
AbstractTransactionContext.prepare()
Prepares the transaction prior to committing it. |
| Uses of TransactionAbortedException in org.exolab.castor.jdo |
|---|
| Subclasses of TransactionAbortedException in org.exolab.castor.jdo | |
|---|---|
class |
ObjectModifiedException
Indicates transaction has been aborted as a result of object being modified by a concurrent transaction. |
| Methods in org.exolab.castor.jdo that throw TransactionAbortedException | |
|---|---|
void |
Database.commit()
Commits and closes the transaction. |
| Uses of TransactionAbortedException in org.exolab.castor.jdo.engine |
|---|
| Methods in org.exolab.castor.jdo.engine that throw TransactionAbortedException | |
|---|---|
void |
LocalDatabaseImpl.commit()
|
void |
GlobalDatabaseImpl.commit()
|
abstract void |
AbstractDatabaseImpl.commit()
Commits and closes the transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||