Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.controls
Interface EntryChangeNotificationResponseControl

All Superinterfaces:
Control

public interface EntryChangeNotificationResponseControl
extends Control

The entry change notification response control as defined in draft-ietf-ldapext-psearch. This control provides additional information about the change the caused a particular entry to be returned as the result of a persistent search.

See Also:
PersistentSearchRequestControl, PersistentSearchChangeType, draft-ietf-ldapext-psearch - Persistent Search: A Simple LDAP Change Notification Mechanism

Field Summary
static ControlDecoder<EntryChangeNotificationResponseControl> DECODER
          A decoder which can be used for decoding the entry change notification response control.

 

Method Summary
 long getChangeNumber()
          Returns the change number for this entry change notification control.
 PersistentSearchChangeType getChangeType()
          Returns the change type for this entry change notification control.
 DN getPreviousName()
          Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN.

 

Methods inherited from interface oracle.oud.controls.Control
getAPIValue, getOID, hasValue, isCritical

 

Field Detail

DECODER

static final ControlDecoder<EntryChangeNotificationResponseControl> DECODER
A decoder which can be used for decoding the entry change notification response control.

Method Detail

getChangeNumber

long getChangeNumber()
Returns the change number for this entry change notification control.
Returns:
The change number for this entry change notification control, or a negative value if no change number is available.

getChangeType

PersistentSearchChangeType getChangeType()
Returns the change type for this entry change notification control.
Returns:
The change type for this entry change notification control.

getPreviousName

DN getPreviousName()
Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN.
Returns:
The distinguished name that the entry had prior to a modify DN operation.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.