LDAP Classes
Implements Java LDAP

com.novell.ldap.events
Interface EventConstant


public interface EventConstant

This interface contains the constants for Classification of Events.


Field Summary
static int CLASSIFICATION_EDIR_EVENT
          The Edirectory specific extensions for event processing.
static int CLASSIFICATION_LDAP_PSEARCH
          The Standard Events System as defined by LDAP Persistence Search Draft "Persistent Search: A Simple LDAP Change Notification Mechanism".
static int CLASSIFICATION_UNKNOWN
          This classification is for events where event classificaton is unknown.
static int LDAP_PSEARCH_ADD
          Event type specifying that you want to track additions of new entries to the directory.
static int LDAP_PSEARCH_ANY
          Event type specifying that you want to track any of the modifications (add,delete,modify, modifydn).
static int LDAP_PSEARCH_DELETE
          Event type specifying that you want to track removals of entries from the directory.
static int LDAP_PSEARCH_MODDN
          Change type specifying that you want to track modifications of the DNs of entries in the directory.
static int LDAP_PSEARCH_MODIFY
          Event type specifying that you want to track modifications of entries in the directory.
static int TYPE_UNKNOWN
          This type definition is for event type where event type is not known.
 

Field Detail

CLASSIFICATION_UNKNOWN

public static final int CLASSIFICATION_UNKNOWN
This classification is for events where event classificaton is unknown.

See Also:
Constant Field Values

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
This type definition is for event type where event type is not known.

See Also:
Constant Field Values

CLASSIFICATION_LDAP_PSEARCH

public static final int CLASSIFICATION_LDAP_PSEARCH
The Standard Events System as defined by LDAP Persistence Search Draft "Persistent Search: A Simple LDAP Change Notification Mechanism".

See Also:
Constant Field Values

CLASSIFICATION_EDIR_EVENT

public static final int CLASSIFICATION_EDIR_EVENT
The Edirectory specific extensions for event processing.

See Also:
Constant Field Values

LDAP_PSEARCH_ADD

public static final int LDAP_PSEARCH_ADD
Event type specifying that you want to track additions of new entries to the directory.

See Also:
Constant Field Values

LDAP_PSEARCH_DELETE

public static final int LDAP_PSEARCH_DELETE
Event type specifying that you want to track removals of entries from the directory.

See Also:
Constant Field Values

LDAP_PSEARCH_MODIFY

public static final int LDAP_PSEARCH_MODIFY
Event type specifying that you want to track modifications of entries in the directory.

See Also:
Constant Field Values

LDAP_PSEARCH_MODDN

public static final int LDAP_PSEARCH_MODDN
Change type specifying that you want to track modifications of the DNs of entries in the directory.

See Also:
Constant Field Values

LDAP_PSEARCH_ANY

public static final int LDAP_PSEARCH_ANY
Event type specifying that you want to track any of the modifications (add,delete,modify, modifydn).

See Also:
Constant Field Values

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000