public interface IDSEventListener extends EventListener
Modifier and Type | Field and Description |
---|---|
static int |
CHANGE_ADD |
static int |
CHANGE_DELETE |
static int |
CHANGE_MOD_LOCATION |
static int |
CHANGE_MODIFY |
Modifier and Type | Method and Description |
---|---|
void |
allEntriesChanged()
This callback notifies listeners that EventService is restarting the
Persistent Search connections due to connection errors, and there is no
guarantee of what could have changed in the directory so mark all entries
as modified.
|
void |
entryChanged(DSEvent e)
This callback method is called by the EventService when the Directory
Server triggers a PersistentSearch notification
|
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
|
String |
getBase() |
String |
getFilter() |
int |
getOperations() |
int |
getScope() |
void |
setListeners(Map listener) |
static final int CHANGE_ADD
static final int CHANGE_DELETE
static final int CHANGE_MOD_LOCATION
static final int CHANGE_MODIFY
void entryChanged(DSEvent e)
void eventError(String err)
void allEntriesChanged()
String getBase()
String getFilter()
int getScope()
int getOperations()
void setListeners(Map listener)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.