| Package | Description |
|---|---|
| org.apache.directory.server.core.api.event | |
| org.apache.directory.server.core.event |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RegistrationEntry> |
EventService.getRegistrationEntries()
Lists the listeners registered with this EventService.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<RegistrationEntry> |
DefaultEventService.registrations
The list of RegistrationEntries being registered
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RegistrationEntry> |
DefaultEventService.getRegistrationEntries()
Lists the listeners registered with this EventService.
|
private java.util.List<RegistrationEntry> |
EventInterceptor.getSelectingRegistrations(org.apache.directory.api.ldap.model.name.Dn name,
org.apache.directory.api.ldap.model.entry.Entry entry)
Find a list of registrationEntries given an entry and a name.
|