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

Jean-Noel Rouvignac
26.57.2013 693421b38b25cf570415fbb205a78948c32afeb9
refs
author Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, March 26, 2013 17:57 +0100
committer Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, March 26, 2013 17:57 +0100
commit693421b38b25cf570415fbb205a78948c32afeb9
tree 77c7ab57b078fa2d4018edec0792ed822896b784 tree | zip | gz
parent 582344d280d24dfec999b862d8255eb077995b99 view | diff
OPENDJ-832 Leverage the work queue for processing requests received on the HTTP connection handler 

Code cleanup: More AbstractOperation => Operation.
Converted java comments to javadocs.
Added @Override annotations.
15 files modified
265 ■■■■■ changed files
opends/src/server/org/opends/server/core/QueueingStrategy.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SynchronousStrategy.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/WorkQueueStrategy.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ParallelWorkQueue.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 16 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 28 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 15 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 34 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java 38 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 37 ●●●● diff | view | raw | blame | history