Holger's
Java API

Uses of Class
com.antelmann.db.DBAccessDeniedWarning

Packages that use DBAccessDeniedWarning
com.antelmann.db This package contains generally useful classes for generic database management. 
 

Uses of DBAccessDeniedWarning in com.antelmann.db
 

Methods in com.antelmann.db that throw DBAccessDeniedWarning
 void DBAccessController.checkAccess(DBClassStore<?> store, DBClassStore.DBMethod method, Object parameter)
          controls access to the database via the DBClassStore interface; information on the state of the database (like its current user) can be accessed through the given DBClassStore.
 void AbstractDatabase.checkAccessRight(Object right)
          checks whether there is a current user on the database with the given access right and throws an exception if that's not the case
protected  void WrappedDBClassStore.checkReadAccess()
          overwrite this method to further restrict read access (based on the current user for example)
protected  void WrappedDBClassStore.checkWriteAccess()
          overwrite this method to further restrict write access (based on the current user for example)
 



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