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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java128 private EventService getEventService() throws EventException { method in class:EventService.Singleton
150 public synchronized static EventService getEventService() throws EventException, LdapException { method in class:EventService
154 return Singleton.INSTANCE.getEventService();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java134 private EventService getEventService() throws EventException { method in class:EventService.Singleton
157 public synchronized static EventService getEventService() throws EventException, LdapException { method in class:EventService
161 return Singleton.INSTANCE.getEventService();

Completed in 31 milliseconds