Package com.iplanet.services.ldap.event
Interface IDSEventListener
-
- All Superinterfaces:
EventListener
@Supported public interface IDSEventListener extends EventListener
The purpose of this interface is to allow classes that implement this interface to listen to Directory Server Events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
entryChanged(DSEvent e)
This callback method is called by the EventService when the Directory Server triggers a PersistentSearch notificationvoid
eventError(String err)
This callback method is called by the EventService when an error is encountered after setting a Persistent Search request in the Directory Server
-
-
-
Method Detail
-
entryChanged
@Supported void entryChanged(DSEvent e)
This callback method is called by the EventService when the Directory Server triggers a PersistentSearch notification
-
eventError
@Supported void eventError(String err)
This callback method is called by the EventService when an error is encountered after setting a Persistent Search request in the Directory Server
-
-