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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java36 import com.iplanet.services.ldap.event.EventService;
46 * This <code>AMEventManager</code> adds Listeners to the EventService and
78 * Constructor initializes the underlying UMS EventService and adds the
89 * This method starts the EventService of the UMS and registers two
90 * listeners EntryEventListener and ACIEventListener to the EventService
100 * EventService.
104 EventService eventService = null;
107 debug.message("EventManager.start() - Getting EventService"
110 eventService = EventService.getEventService();
112 if (!EventService
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java36 import com.iplanet.services.ldap.event.EventService;
46 * This <code>AMEventManager</code> adds Listeners to the EventService and
78 * Constructor initializes the underlying UMS EventService and adds the
89 * This method starts the EventService of the UMS and registers two
90 * listeners EntryEventListener and ACIEventListener to the EventService
100 * EventService.
104 EventService eventService = null;
107 debug.message("EventManager.start() - Getting EventService"
110 eventService = EventService.getEventService();
112 if (!EventService
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSPropertiesObserver.java34 import com.iplanet.services.ldap.event.EventService;
81 EventService.getEventService().restartPSearches();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSPropertiesObserver.java34 import com.iplanet.services.ldap.event.EventService;
81 EventService.getEventService().restartPSearches();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java38 import com.iplanet.services.ldap.event.EventService;
50 * com.iplanet.services.ldap.event.EventService</class> which sets up
64 // Used by EventService via IDSEventListener
90 EventService.getEventService().restartPSearches();
102 // Need to call EventService to disable SMS notifications
104 EventService.getEventService().restartPSearches();
163 + "changed event from EventService");
170 * can be called asynchronously by the EventService, should not have
259 // ********** Work Around for Dead lock issue while starting EventService
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DLDAPEventManager.java38 import com.iplanet.services.ldap.event.EventService;
50 * com.iplanet.services.ldap.event.EventService</class> which sets up
64 // Used by EventService via IDSEventListener
90 EventService.getEventService().restartPSearches();
102 // Need to call EventService to disable SMS notifications
104 EventService.getEventService().restartPSearches();
163 + "changed event from EventService");
170 * can be called asynchronously by the EventService, should not have
259 // ********** Work Around for Dead lock issue while starting EventService
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java25 * $Id: EventService.java,v 1.19 2009/09/28 21:47:33 ww203982 Exp $
76 public class EventService { class
108 private EventService eventService;
113 eventService = new EventService();
128 private EventService getEventService() throws EventException {
136 private EventService() throws EventException { method in class:EventService
140 logger.error("EventService.getConfigManager() - Failed to get handle to Configuration Manager", lse);
150 public synchronized static EventService getEventService() throws EventException, LdapException {
188 logger.message("EventService.restartPSearches() - successfully initialized: {}", listenerClass);
191 logger.error("EventService
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java25 * $Id: EventService.java,v 1.19 2009/09/28 21:47:33 ww203982 Exp $
74 * The EventService is responsible for listening to and dispatching to listening objects
79 public class EventService { class
114 private EventService eventService;
119 eventService = new EventService();
134 private EventService getEventService() throws EventException {
142 private EventService() throws EventException { method in class:EventService
146 logger.error("EventService.getConfigManager() - Failed to get handle to Configuration Manager", lse);
155 * @return The singleton instance of the EventService.
157 public synchronized static EventService getEventServic
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DLdapQueryBuilder.java55 import com.iplanet.services.ldap.event.EventService;
118 .withRetry(EventService.RETRY_INTERVAL)
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/providers/
H A DLdapConnectionFactoryProvider.java47 import com.iplanet.services.ldap.event.EventService;
131 * and {@link EventService} LDAP uses.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java41 import com.iplanet.services.ldap.event.EventService;
262 // Start the EventService thread if it has not already started.
1230 // Initialize event service. This is to make sure that EventService
1234 if (!EventService.isStarted()) {
1235 // Use a separate thread to start the EventService thread.
1237 // of EventService related dependencies.
1249 + "EventService thread getting initialized ");
1251 EventService es = EventService.getEventService();
1253 if (!EventService
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java41 import com.iplanet.services.ldap.event.EventService;
262 // Start the EventService thread if it has not already started.
1230 // Initialize event service. This is to make sure that EventService
1234 if (!EventService.isStarted()) {
1235 // Use a separate thread to start the EventService thread.
1237 // of EventService related dependencies.
1249 + "EventService thread getting initialized ");
1251 EventService es = EventService.getEventService();
1253 if (!EventService
[all...]

Completed in 38 milliseconds