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

/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DHealthService.java614 if (stateDetail.isState(AppState.ACTIVE_READY)
615 && !updatedState.isState(AppState.ACTIVE_READY)) {
628 if (!stateDetail.isState(AppState.ACTIVE_READY)
629 && updatedState.isState(AppState.ACTIVE_READY)) {
718 protected boolean isState(AppState compareState) { method in class:HealthService.StateDetail

Completed in 53 milliseconds