org.apache.directory.shared.ldap.message
Class PersistentSearchControl
java.lang.Object
org.apache.directory.shared.ldap.message.ControlImpl
org.apache.directory.shared.ldap.message.PersistentSearchControl
- All Implemented Interfaces:
- Control, javax.naming.ldap.Control, java.io.Serializable
- public class PersistentSearchControl
- extends ControlImpl
The control for a persistent search operation.
- Version:
- $Rev: 379008 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Fields inherited from interface javax.naming.ldap.Control |
CRITICAL, NONCRITICAL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTROL_OID
public static final java.lang.String CONTROL_OID
- See Also:
- Constant Field Values
ALL_CHANGES
public static final int ALL_CHANGES
- See Also:
- Constant Field Values
PersistentSearchControl
public PersistentSearchControl()
setChangesOnly
public void setChangesOnly(boolean changesOnly)
isChangesOnly
public boolean isChangesOnly()
setReturnECs
public void setReturnECs(boolean returnECs)
isReturnECs
public boolean isReturnECs()
setChangeTypes
public void setChangeTypes(int changeTypes)
getChangeTypes
public int getChangeTypes()
isNotificationEnabled
public boolean isNotificationEnabled(ChangeType changeType)
enableNotification
public void enableNotification(ChangeType changeType)
getEncodedValue
public byte[] getEncodedValue()
Copyright © 2003-2006 . All Rights Reserved.