mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
12.30.2007 dc22d092caaf8d8f4f6e316de15739a5e49da13e
refs
author gbellato <gbellato@localhost>
Thursday, July 12, 2007 11:30 +0200
committer gbellato <gbellato@localhost>
Thursday, July 12, 2007 11:30 +0200
commitdc22d092caaf8d8f4f6e316de15739a5e49da13e
tree b2e1f86abb8f7990328a33d80bf3f9d11f91a137 tree | zip | gz
parent 34646aad9cee63b831432540d446ad2ee453a45d view | diff
fix for 1887 : Define new interfaces used by the synchronization provider so that LocalBackend operations are not exposed

These changes modify the SynchronizationProvider API so that the LocalBackendXXXOperation
are not exposed by this api anymore.

The solution is to use the PreOperationxxxOperation and PostOperationXXXOperation :

the PreOperation methods now use the PreOperationXXXOperation interface
the PostOperation methods now use the PostOperationXXXOperation interface
the handlConflict methods now use the PreOperationXXXOperation interface
16 files modified
337 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/api/SynchronizationProvider.java 49 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/Historical.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 44 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/PendingChange.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 28 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AddMsg.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 16 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 26 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java 24 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java 28 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 14 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 51 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/UpdateComparatorTest.java 8 ●●●●● diff | view | raw | blame | history