org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
Class SyncRequestValueControlContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue.SyncRequestValueControlContainer
All Implemented Interfaces:
IAsn1Container

public class SyncRequestValueControlContainer
extends AbstractContainer

A container for the SyncRequestValue control

Version:
$Rev: 741888 $, $Date: 2009-02-07 13:57:03 +0100 (Sat, 07 Feb 2009) $,
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, grammarEndAllowed, maxPDUSize, parentTLV, state, states, stateStack, tlv, transition
 
Constructor Summary
SyncRequestValueControlContainer()
          Creates a new SyncRequestValueControlContainer object.
 
Method Summary
 void clean()
          Clean the container
 SyncRequestValueControl getSyncRequestValueControl()
           
 void setSyncRequestValueControl(SyncRequestValueControl control)
          Set a SyncRequestValueControl Object into the container.
 
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
 

Constructor Detail

SyncRequestValueControlContainer

public SyncRequestValueControlContainer()
Creates a new SyncRequestValueControlContainer object. We will store one grammar, it's enough ...

Method Detail

getSyncRequestValueControl

public SyncRequestValueControl getSyncRequestValueControl()
Returns:
Returns the syncRequestValue control.

setSyncRequestValueControl

public void setSyncRequestValueControl(SyncRequestValueControl control)
Set a SyncRequestValueControl Object into the container. It will be completed by the ldapDecoder.

Parameters:
control - the SyncRequestValueControl to set.

clean

public void clean()
Clean the container

Overrides:
clean in class AbstractContainer


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.