|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryListener | |
|---|---|
| org.apache.directory.server.core.event | |
| org.apache.directory.server.core.jndi | |
| org.apache.directory.server.ldap.handlers | Provides LDAP message handlers that implement
MessageHandler. |
| Uses of DirectoryListener in org.apache.directory.server.core.event |
|---|
| Methods in org.apache.directory.server.core.event with parameters of type DirectoryListener | |
|---|---|
void |
EventService.addListener(DirectoryListener listener)
Registers a DirectoryListener for notification on any and all change events on the DIT. |
void |
EventService.addListener(DirectoryListener listener,
NotificationCriteria criteria)
Registers a DirectoryListener for notification on change events on the DIT matching some notification criteria. |
void |
EventService.removeListener(DirectoryListener listener)
Removes the listener from this EventService preventing all events registered from being delivered to it. |
| Uses of DirectoryListener in org.apache.directory.server.core.jndi |
|---|
| Classes in org.apache.directory.server.core.jndi that implement DirectoryListener | |
|---|---|
class |
EventListenerAdapter
A DirectoryListener implementation which adapts call back to methods notifying of changes to the DIT into NamingEvents for use with the ApacheDS DirectoryService JNDI provider. |
| Methods in org.apache.directory.server.core.jndi that return types with arguments of type DirectoryListener | |
|---|---|
protected java.util.Map<javax.naming.event.NamingListener,DirectoryListener> |
ServerContext.getListeners()
Allows subclasses to register and unregister listeners. |
| Uses of DirectoryListener in org.apache.directory.server.ldap.handlers |
|---|
| Classes in org.apache.directory.server.ldap.handlers that implement DirectoryListener | |
|---|---|
class |
PersistentSearchListener
A DirectoryListener implementation which sends back added, deleted, modified or renamed entries to a client that created this listener. |
| Constructors in org.apache.directory.server.ldap.handlers with parameters of type DirectoryListener | |
|---|---|
SearchAbandonListener(LdapService ldapService,
DirectoryListener listener)
|
|
SearchAbandonListener(LdapService ldapService,
EntryFilteringCursor cursor,
DirectoryListener listener)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||