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

neil_a_wilson
13.48.2007 313c7ce226afaa79e811d6fa0f5ad8b8a59f0fd5
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, August 13, 2007 16:48 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, August 13, 2007 16:48 +0200
commit313c7ce226afaa79e811d6fa0f5ad8b8a59f0fd5
tree 3ccc050e7a90c61edc1ff89a44b84a383675257e tree | zip | gz
parent b52ab703908a5d76a22169f35781b52e90302591 view | diff
Provide a new org.opends.server.util.EmbeddedUtils class that can be used to
simplify the process of running the server as an embedded application. There
are methods to start, stop, and restart the server, as well as to determine
whether the server is running. Also, provide a new
org.opends.server.types.DirectoryEnvironmentConfig class that can be used to
define a number of "environment" properties that provide information about the
way in which the server should run.

The TestCaseUtils.startServer method has been updated to make use of the new
EmbeddedUtils functionality.
2 files added
12 files modified
2039 ■■■■ changed files
opends/src/server/org/opends/server/api/DirectoryThread.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 327 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/LockFileManager.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SchemaConfigManager.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/ConfigFileHandler.java 41 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java 124 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/UtilityMessages.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java 1177 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/LockManager.java 104 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/EmbeddedUtils.java 119 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 62 ●●●●● diff | view | raw | blame | history