org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
Class SyncModifyDnContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl.SyncModifyDnContainer
- All Implemented Interfaces:
- Asn1Container
public class SyncModifyDnContainer
- extends AbstractContainer
A container for the SyncModifyDnControl control
- Author:
- Apache Directory Project
| Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncModifyDnContainer
public SyncModifyDnContainer(LdapCodecService codec)
- Creates a new SyncStateValueControlContainer object. We will store one grammar,
it's enough ...
SyncModifyDnContainer
public SyncModifyDnContainer(SyncModifyDnDecorator control)
- Creates a new SyncStateValueControlContainer object. We will store one grammar,
it's enough ...
getSyncModifyDnControl
public SyncModifyDnDecorator getSyncModifyDnControl()
- Returns:
- Returns the SyncModifyDnControl control.
setSyncModifyDnDecorator
public void setSyncModifyDnDecorator(SyncModifyDnDecorator control)
- Set a SyncModifyDnControl Object into the container. It will be completed by
the ldapDecoder.
- Parameters:
control - the SyncStateValueControl to set.
clean
public void clean()
- Clean the container
- Overrides:
clean in class AbstractContainer
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.