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

kenneth_suter
14.21.2007 8272b92e09621fccdeec6fb9f35466fdbb646796
refs
author kenneth_suter <kenneth_suter@localhost>
Monday, May 14, 2007 17:21 +0200
committer kenneth_suter <kenneth_suter@localhost>
Monday, May 14, 2007 17:21 +0200
commit8272b92e09621fccdeec6fb9f35466fdbb646796
tree 4e377061e785896aad543d69b15ab629ecfba258 tree | zip | gz
parent 32f924472825fa7b364ff5331c629af3172ec715 view | diff
This commit does the following:

- Creates a new class ServerHealthChecker for consolidating logic related to determining whether or not the server is healthy which is done both before and after an upgrade takes place.

- Creates a new class InProcessServerController where I've moved the methods for managing an instance of DS running in the same JVM process. I did this because the methods there now return OperationOutput objects and the implementation for the InProcess version required lots of server classes related to server logging. These classes that are now imported have been added to the quicksetup.jar (see build.xml).
6 files modified
2 files added
613 ■■■■ changed files
opends/build.xml 17 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 9 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 50 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java 225 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/OperationOutput.java 94 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 108 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java 107 ●●●●● diff | view | raw | blame | history