org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
Class SyncDoneValueControlContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlContainer
- All Implemented Interfaces:
- IAsn1Container
public class SyncDoneValueControlContainer
- extends AbstractContainer
ASN.1 container for SyncDoneValueControl.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
| Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, incrementDecodeBytes, isGrammarEndAllowed, setCurrentTLV, setMaxPDUSize, setParentTLV, setState, setTransition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncDoneValueControlContainer
public SyncDoneValueControlContainer()
- Creates a new SyncDoneValueControlContainer object.
getSyncDoneValueControl
public SyncDoneValueControl getSyncDoneValueControl()
- Returns:
- the SyncDoneValueControlCodec object
setSyncDoneValueControl
public void setSyncDoneValueControl(SyncDoneValueControl control)
- Set a SyncDoneValueControlCodec Object into the container. It will be completed
by the ldapDecoder.
- Parameters:
control - the SyncDoneValueControlCodec to set.
clean
public void clean()
- clean the container
- Overrides:
clean in class AbstractContainer
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.