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

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

public class CascadeControl
extends AbstractMutableControlImpl

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.AbstractMutableControlImpl
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 © 2003-2009 Apache Software Foundation. All Rights Reserved.