|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbPanicHandler
An interface specifying a function to handle database environment panics.
Method Summary | |
---|---|
void |
panic(DbEnv dbenv,
DbException e)
The DbPanicHandler interface is used by the DbEnv.setPanicHandler method. |
Method Detail |
---|
void panic(DbEnv dbenv, DbException e)
dbenv
- the enclosing database environment handle.e
- the DbException that would have been thrown to
the calling method.dbenv
- the enclosing database environment handle.e
- the DbException that would have been thrown to
the calling method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |