org.apache.directory.shared.ldap.message
Class PersistentSearchControl

java.lang.Object
  extended byorg.apache.directory.shared.ldap.message.ControlImpl
      extended byorg.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

Field Summary
static int ALL_CHANGES
           
static java.lang.String CONTROL_OID
           
 
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
 
Constructor Summary
PersistentSearchControl()
           
 
Method Summary
 void enableNotification(ChangeType changeType)
           
 int getChangeTypes()
           
 byte[] getEncodedValue()
           
 boolean isChangesOnly()
           
 boolean isNotificationEnabled(ChangeType changeType)
           
 boolean isReturnECs()
           
 void setChangesOnly(boolean changesOnly)
           
 void setChangeTypes(int changeTypes)
           
 void setReturnECs(boolean returnECs)
           
 
Methods inherited from class org.apache.directory.shared.ldap.message.ControlImpl
getID, getType, getValue, isCritical, setCritical, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PersistentSearchControl

public PersistentSearchControl()
Method Detail

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.