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

    Modifier and Type
    Method
    Description
    void
    This callback method is called by the EventService when the Directory Server triggers a PersistentSearch notification
    void
    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

      @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