Side of Software
Persistence Library 2.0

Uses of Class
sos.db.TransactionAbortedException

Uses of TransactionAbortedException in sos.db
 

Methods in sos.db that throw TransactionAbortedException
 java.lang.Object AbstractDatabase.addObject(java.lang.Object object)
           
 java.lang.Object Database.addObject(java.lang.Object object)
          Adds the specified object to this database and returns a proxy object that the client should use instead.
 void AbstractDatabase.commitTransaction(Progress progress)
           
 void Database.commitTransaction(Progress progress)
          Commits all changes under the calling thread's current transaction.
protected abstract  void AbstractDatabase.doAbortTransaction()
          Performs the action of abortTransaction.
protected abstract  java.lang.Object AbstractDatabase.doAddObject(java.lang.Object object)
          Performs the action of addObject.
protected  java.lang.Object AbstractSerializationDatabase.doAddObject(java.lang.Object object)
           
protected abstract  void AbstractDatabase.doCommitTransaction(Progress progress)
          Performs the action of commitTransaction.
protected  void AbstractSerializationDatabase.doCommitTransaction(Progress progress)
           
protected abstract  java.lang.Object AbstractDatabase.doGetRoot()
          Performs the action of getRoot.
protected  java.lang.Object AbstractSerializationDatabase.doGetRoot()
           
protected abstract  void AbstractDatabase.doStartTransaction()
          Performs the action of startTransaction.
protected  void AbstractSerializationDatabase.doStartTransaction()
           
 java.lang.Object AbstractDatabase.getRoot()
           
 java.lang.Object Database.getRoot()
          Returns the root object of this database.
 void AbstractDatabase.startTransaction()
           
 void Database.startTransaction()
          Starts a new (potentially nested) transaction for the calling thread.
 


Side of Software
Persistence Library 2.0

Copyright 2004-08 Side of Software (SOS). All rights reserved.