org.apache.directory.shared.ldap.message.control
Class CascadeControl

java.lang.Object
  extended by org.apache.directory.shared.ldap.message.control.InternalAbstractControl
      extended by org.apache.directory.shared.ldap.message.control.CascadeControl
All Implemented Interfaces:
java.io.Serializable, javax.naming.ldap.Control, InternalControl

public class CascadeControl
extends InternalAbstractControl

The control for peforming a cascade of operations like delete and modify.

Version:
$Rev: 437007 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
static java.lang.String CONTROL_OID
           
 
Fields inherited from interface javax.naming.ldap.Control
CRITICAL, NONCRITICAL
 
Constructor Summary
CascadeControl()
           
 
Method Summary
 byte[] getEncodedValue()
           
 
Methods inherited from class org.apache.directory.shared.ldap.message.control.InternalAbstractControl
getID, isCritical, setCritical, setID
 
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
Constructor Detail

CascadeControl

public CascadeControl()
Method Detail

getEncodedValue

public byte[] getEncodedValue()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.