|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
db4o replication interface.
Method Summary | |
void |
commit()
commits the replication task. |
void |
rollback()
ends a replication task without committing any changes. |
void |
setConflictHandler(Db4oCallback conflictHandler)
registers a callback handler to be notified on replication conflicts. |
Method Detail |
public void commit()
public void rollback()
public void setConflictHandler(Db4oCallback conflictHandler)
Db4oCallback.callback(Object)
method will
be called in the conflict handler and a Db4oReplicationConflict
object will be passed as a parameter.
conflictHandler
- the object to be called upon conflicts.
|
db4o 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |