org.apache.directory.shared.ldap.codec.search.controls
Class PSearchControlContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.search.controls.PSearchControlContainer
- All Implemented Interfaces:
- IAsn1Container
public class PSearchControlContainer
- 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 |
PSearchControlContainer
public PSearchControlContainer()
- Creates a new PSearchControlContainer object. We will store one grammar,
it's enough ...
getPSearchControl
public PSearchControl getPSearchControl()
- Returns:
- Returns the persistent search control.
setPSearchControl
public void setPSearchControl(PSearchControl control)
- Set a PSearchControl Object into the container. It will be completed by
the ldapDecoder.
- Parameters:
control
- the PSearchControl to set.
clean
public void clean()
- Clean the container
- Overrides:
clean
in class AbstractContainer
Copyright © 2004-2012. All Rights Reserved.