Searched defs:UpgradeServices (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java69 public class UpgradeServices { class
82 private static volatile UpgradeServices instance;
89 private UpgradeServices() throws UpgradeException { method in class:UpgradeServices
112 * Returns the singleton instance of UpgradeServices, which will hold all the details about the different upgrade
115 * @return The singleton UpgradeServices instance.
118 public static UpgradeServices getInstance() throws UpgradeException {
120 synchronized (UpgradeServices.class) {
122 instance = new UpgradeServices();
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java69 public class UpgradeServices { class
82 private static volatile UpgradeServices instance;
90 private UpgradeServices() throws UpgradeException { method in class:UpgradeServices
115 * Returns the singleton instance of UpgradeServices, which will hold all the details about the different upgrade
118 * @return The singleton UpgradeServices instance.
121 public static UpgradeServices getInstance() throws UpgradeException {
123 synchronized (UpgradeServices.class) {
125 instance = new UpgradeServices();

Completed in 35 milliseconds