org.apache.directory.shared.ldap.codec.search.controls
Class EntryChangeControlContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.search.controls.EntryChangeControlContainer
- All Implemented Interfaces:
- IAsn1Container
public class EntryChangeControlContainer
- extends AbstractContainer
- implements IAsn1Container
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getGrammar, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.asn1.ber.IAsn1Container |
getCurrentTLV, getGrammar, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
EntryChangeControlContainer
public EntryChangeControlContainer()
- Creates a new EntryChangeControlContainer object. We will store one
grammar, it's enough ...
getEntryChangeControl
public EntryChangeControl getEntryChangeControl()
- Returns:
- Returns the EntryChangeControl.
setEntryChangeControl
public void setEntryChangeControl(EntryChangeControl control)
- Set a EntryChangeControl Object into the container. It will be completed
by the ldapDecoder.
- Parameters:
control
- the EntryChangeControl to set.
clean
public void clean()
- Clean the container
- Overrides:
clean
in class AbstractContainer
Copyright © 2004-2012. All Rights Reserved.