Package com.iplanet.services.ldap.event
Class EventService
- java.lang.Object
 - 
- com.iplanet.services.ldap.event.EventService
 
 
- 
@Supported public class EventService extends Object
The EventService is responsible for listening to and dispatching to listening objects messages returning from persistent searches running in an underlying LDAP implementation. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventServicegetEventService()Returns the event service (presuming we are not in the process of shutting down). 
 - 
 
- 
- 
Method Detail
- 
getEventService
@Supported public static EventService getEventService() throws EventException
Returns the event service (presuming we are not in the process of shutting down).- Throws:
 EventException
 
 - 
 
 -