Package com.iplanet.services.ldap.event
Interface IDSEventListener
- All Superinterfaces:
EventListener
The purpose of this interface is to allow classes that implement this
interface to listen to Directory Server Events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis callback method is called by the EventService when the Directory Server triggers a PersistentSearch notificationvoideventError(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 Details
-
entryChanged
This callback method is called by the EventService when the Directory Server triggers a PersistentSearch notification -
eventError
This callback method is called by the EventService when an error is encountered after setting a Persistent Search request in the Directory Server
-