org.apache.directory.api.ldap.model.message.controls
Class CascadeImpl

java.lang.Object
  extended by org.apache.directory.api.ldap.model.message.controls.AbstractControl
      extended by org.apache.directory.api.ldap.model.message.controls.CascadeImpl
All Implemented Interfaces:
Control, Cascade

public class CascadeImpl
extends AbstractControl
implements Cascade

Simple Cascade control implementation.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from interface org.apache.directory.api.ldap.model.message.controls.Cascade
OID
 
Constructor Summary
CascadeImpl()
          Default constructor
CascadeImpl(boolean isCritical)
          Sets criticality when creating.
 
Method Summary
 boolean hasValue()
           
 void setValue(byte[] value)
           
 
Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl
equals, getOid, hashCode, isCritical, setCritical, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Control
getOid, isCritical, setCritical
 

Constructor Detail

CascadeImpl

public CascadeImpl()
Default constructor


CascadeImpl

public CascadeImpl(boolean isCritical)
Sets criticality when creating.

Parameters:
isCritical - true if critical, false otherwise.
Method Detail

setValue

public void setValue(byte[] value)

hasValue

public boolean hasValue()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.