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

jvergara
29.59.2008 53e9b6737ff1f758a8b1cfc5c7fe6cebd158bf6e
refs
author jvergara <jvergara@localhost>
Tuesday, January 29, 2008 18:59 +0100
committer jvergara <jvergara@localhost>
Tuesday, January 29, 2008 18:59 +0100
commit53e9b6737ff1f758a8b1cfc5c7fe6cebd158bf6e
tree e81f58491511ab66f36133c5f1a3c80eb996e6d7 tree | zip | gz
parent f66d2937e4c5aff5e9c0fa8b2042dbffc4ecf080 view | diff
Fix for issue 2870: status and dsreplication status do not show replication monitoring
The changes consist basically in using the new attributes
"approx-older-change-not-synchronized-millis" and "missing-changes" in status and replication status command-lines. In fact a millisecond version of approx-older-change-not-synchronized-millis has been added in order the remote command-line to be able to provide a localized version of the date (instead of directly presenting the date that was written by the server).

The code has been updated to take into consideration the fact that there is information for several servers; so the replication domain id is used to discriminate the information of the different servers.
8 files modified
141 ■■■■■ changed files
opendj-sdk/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 23 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/BaseDNDescriptor.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromLDAP.java 41 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ui/DatabasesTableModel.java 41 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/admin_tool.properties 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 3 ●●●●● diff | view | raw | blame | history