org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
Class SyncStateValueControlContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue.SyncStateValueControlContainer
- All Implemented Interfaces:
- IAsn1Container
public class SyncStateValueControlContainer
- extends AbstractContainer
A container for the SyncStateValue control
- Version:
- $Rev: 741888 $, $Date: 2009-02-07 13:57:03 +0100 (Sat, 07 Feb 2009) $,
- 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 |
SyncStateValueControlContainer
public SyncStateValueControlContainer()
- Creates a new SyncStateValueControlContainer object. We will store one grammar,
it's enough ...
getSyncStateValueControl
public SyncStateValueControl getSyncStateValueControl()
- Returns:
- Returns the syncStateValue control.
setSyncStateValueControl
public void setSyncStateValueControl(SyncStateValueControl control)
- Set a SyncStateValueControl 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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.