Searched refs:stateDetail (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DHealthService.java155 private volatile StateDetail stateDetail = new StateDetail(AppState.STARTING, "OpenIDM starting"); field in class:HealthService
329 if (!stateDetail.state.equals(AppState.ACTIVE_READY)) {
442 if (!stateDetail.state.equals(AppState.ACTIVE_READY)) {
443 logger.error("OpenIDM failure during startup, {}: {}", stateDetail.state,
444 stateDetail.shortDesc);
463 return stateDetail.toJsonValue();
598 if (!stateDetail.isSameState(state, shortDesc)) {
614 if (stateDetail.isState(AppState.ACTIVE_READY)
628 if (!stateDetail.isState(AppState.ACTIVE_READY)
635 stateDetail
[all...]

Completed in 21 milliseconds