Berkeley DB
version 4.7.25

Uses of Interface
com.sleepycat.db.PanicHandler

Packages that use PanicHandler
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of PanicHandler in com.sleepycat.db
 

Methods in com.sleepycat.db that return PanicHandler
 PanicHandler EnvironmentConfig.getPanicHandler()
          Return the function to be called if the database environment panics.
 PanicHandler DatabaseConfig.getPanicHandler()
          Return the function to be called if the database environment panics.
 

Methods in com.sleepycat.db with parameters of type PanicHandler
 void EnvironmentConfig.setPanicHandler(PanicHandler panicHandler)
          Set the function to be called if the database environment panics.
 void DatabaseConfig.setPanicHandler(PanicHandler panicHandler)
          Set the function to be called if the database environment panics.
 


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.