Uses of Class
banking.InconsistentDatabaseException

Packages that use InconsistentDatabaseException
banking   
 

Uses of InconsistentDatabaseException in banking
 

Methods in banking that throw InconsistentDatabaseException
 float DatabaseImpl.query(int accountNumber)
          Queries the database to return the balance of an account given its number.
 void DatabaseImpl.update(int accountNumber, float amount)
          Updates the database to set the new amount of an account balance given its number.
 float Database.query(int accountNumber)
          Queries the database to return the balance of an account given its number.
 void Database.update(int accountNumber, float amount)
          Updates the database to set the new amount of an account balance given its number.
 



University Grenoble 1 (France) - Department of Computer Science
Master M1 - Adaptable Middleware - AOP / AspectJ.