Berkeley DB
version 4.2.52

Uses of Interface
com.sleepycat.db.DbPanicHandler

Packages that use DbPanicHandler
com.sleepycat.db Java API programming notes
[reference guide] 
 

Uses of DbPanicHandler in com.sleepycat.db
 

Methods in com.sleepycat.db with parameters of type DbPanicHandler
 void DbEnv.setPanicHandler(DbPanicHandler db_panic_fcn)
           
 void Db.setPanicHandler(DbPanicHandler db_panic_fcn)
          Errors can occur in the Berkeley DB library where the only solution is to shut down the application and run recovery (for example, if Berkeley DB is unable to allocate heap memory).
 


Berkeley DB
version 4.2.52

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.