public interface EntryChangeNotificationResponseControl extends Control
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<EntryChangeNotificationResponseControl> |
DECODER
A decoder which can be used for decoding the entry change notification
response control.
|
Modifier and Type | Method and Description |
---|---|
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. |
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<EntryChangeNotificationResponseControl> DECODER
long getChangeNumber()
PersistentSearchChangeType getChangeType()
DN getPreviousName()
null
if the operation was not a modify DN.