| Package | Description |
|---|---|
| org.apache.directory.server.core.api.event | |
| org.apache.directory.server.core.event | |
| org.apache.directory.server.ldap.replication.provider |
| Modifier and Type | Field and Description |
|---|---|
private static EventType[] |
EventType.EMPTY_EVENT_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static EventType[] |
EventType.getEventTypes(int psearchChangeTypes)
Gets an array of EventTypes from the PSearchControl changeTypes
parameter value.
|
static EventType |
EventType.getType(int mask)
checks if the given mask value matches with any of the defined
standard EventTypes
|
static EventType |
EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
EventType.getMask(EventType... eventTypes)
Compute the mask associated with the given eventTypes
|
void |
NotificationCriteria.setEventMask(EventType... eventTypes) |
| Modifier and Type | Method and Description |
|---|---|
private void |
EventInterceptor.fire(OperationContext opContext,
EventType type,
DirectoryListener listener)
Call the listener passing it the context.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SyncReplSearchListener.handleWriteFuture(org.apache.mina.core.future.WriteFuture future,
org.apache.directory.api.ldap.model.entry.Entry entry,
EventType event)
Process the writing of the replicated entry to the consumer
|
private void |
SyncReplSearchListener.sendResult(org.apache.directory.api.ldap.model.message.SearchResultEntry searchResultEntry,
org.apache.directory.api.ldap.model.entry.Entry entry,
EventType eventType,
org.apache.directory.api.ldap.extras.controls.syncrepl.syncState.SyncStateValue syncStateValue)
Send the result to the consumer.
|