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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java158 public synchronized void restartPSearches() { method in class:EventService
188 logger.message("EventService.restartPSearches() - successfully initialized: {}", listenerClass);
191 logger.error("EventService.restartPSearches() Unable to start listener {}", listenerClass, e);
197 logger.error("EventService.restartPSearches(): unable add listener: {}", listenerClass);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java172 public synchronized void restartPSearches() { method in class:EventService
201 logger.message("EventService.restartPSearches() - successfully initialized: {}", listenerClass);
204 logger.error("EventService.restartPSearches() Unable to start listener {}", listenerClass, e);
210 logger.error("EventService.restartPSearches(): unable add listener: {}", listenerClass);

Completed in 31 milliseconds