Searched defs:sitemonitorDisabled (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DNotifier.java70 private static boolean sitemonitorDisabled = Boolean.valueOf( field in class:Notifier
95 if (sitemonitorDisabled || !url.equals(currentServerInstance)) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java103 private static boolean sitemonitorDisabled; field in class:WebtopNaming
133 sitemonitorDisabled = Boolean.valueOf(SystemProperties.get(
273 if (!serverMode && !sitemonitorDisabled) {
715 if (!sitemonitorDisabled) {
723 if (!sitemonitorDisabled) {
1355 if (isServerMode() && !MonitoringUtil.isRunning() && !sitemonitorDisabled) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DWebtopNaming.java107 private static boolean sitemonitorDisabled; field in class:WebtopNaming
137 sitemonitorDisabled = Boolean.valueOf(SystemProperties.get(
277 if (!serverMode && !sitemonitorDisabled) {
791 if (!sitemonitorDisabled) {
799 if (!sitemonitorDisabled) {
1435 if (isServerMode() && !MonitoringUtil.isRunning() && !sitemonitorDisabled) {

Completed in 83 milliseconds