Holger's
Java API

Uses of Class
com.antelmann.mgmt.TransactionException

Packages that use TransactionException
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.sql This package contains classes to ease JDBC development. 
 

Uses of TransactionException in com.antelmann.mgmt
 

Methods in com.antelmann.mgmt that throw TransactionException
 void DBTransaction.abort()
          aborts this transaction
 void DBTransaction.begin()
          sets the transaction to active and allows access to the Resources provided that the calling thread holds the lock on this instance.
 void DBTransaction.commit()
          commits all data within the transaction scope to the underlying database
 

Uses of TransactionException in com.antelmann.sql
 

Methods in com.antelmann.sql that throw TransactionException
 void SQLTransaction.begin()
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads