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

gbellato
12.30.2007 d491fe177f1740e7b5882569d51987a15662fc85
refs
author gbellato <gbellato@localhost>
Thursday, July 12, 2007 11:30 +0200
committer gbellato <gbellato@localhost>
Thursday, July 12, 2007 11:30 +0200
commitd491fe177f1740e7b5882569d51987a15662fc85
tree fba434b57e962a07eaa84a32fa10c4efcb8af264 tree | zip | gz
parent c1405673acad68e2233b152fec84409b0af36994 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
opends/src/server/org/opends/server/api/SynchronizationProvider.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/Historical.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 44 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChange.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 28 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 16 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/OperationContext.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java 28 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 14 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 51 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/UpdateComparatorTest.java 8 ●●●●● diff | view | raw | blame | history