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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java81 private static final String EVENT_CONNECTION_RETRY_INTERVAL = field in class:EventService
83 private static final int RETRY_INTERVAL = SystemProperties.getAsInt(EVENT_CONNECTION_RETRY_INTERVAL, 3000);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java81 private static final String EVENT_CONNECTION_RETRY_INTERVAL = field in class:EventService
85 public static final int RETRY_INTERVAL = SystemProperties.getAsInt(EVENT_CONNECTION_RETRY_INTERVAL, 3000);

Completed in 48 milliseconds