|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbEnvFeedbackHandler
The DbEnvFeedbackHandler interface is used by the DbEnv.setFeedback method. This interface defines the application-specific function to be called to to report Berkeley DB operation progress.
Method Summary | |
---|---|
void |
feedback(DbEnv dbenv,
int opcode,
int percent)
The DbEnvFeedbackHandler interface is used by the DbEnv.setFeedback method. |
Method Detail |
---|
void feedback(DbEnv dbenv, int opcode, int percent)
dbenv
- a reference to the enclosing database
environment.opcode
- an operation code. The opcode parameter
may take on any of the following values:
Db.DB_RECOVER
The environment is being recovered.
percent
- the percent of the operation that has been
completed, specified as an integer value between 0 and
100.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |