|
Berkeley DB version 6.1.19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReplicationViewHandler
An interface specifying a callback function to be used by replication views.
Method Summary | |
---|---|
boolean |
partial_view(Environment dbenv,
String name,
int flags)
The application-specific function used by replication views to determine whether a database file is replicated. |
Method Detail |
---|
boolean partial_view(Environment dbenv, String name, int flags) throws DatabaseException
dbenv
- The enclosing database environment handle.name
- The name of the database file.flags
- Currently unused.
DatabaseException
- if an error occurs when determining whether or
not the database file is replicated.
|
Berkeley DB version 6.1.19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |