org.apache.directory.shared.ldap.codec.actions
Class InitApproxMatchFilterAction

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction
      extended by org.apache.directory.shared.ldap.codec.actions.InitApproxMatchFilterAction
All Implemented Interfaces:
IAction

public class InitApproxMatchFilterAction
extends GrammarAction

The action used to initialize the Approx Match filter

Version:
$Rev$, $Date$,
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
InitApproxMatchFilterAction()
           
 
Method Summary
 void action(IAsn1Container container)
          The action to be executed.
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitApproxMatchFilterAction

public InitApproxMatchFilterAction()
Method Detail

action

public void action(IAsn1Container container)
            throws DecoderException
Description copied from interface: IAction
The action to be executed.

Parameters:
container - The container which stores the current data
Throws:
DecoderException - Thrown if something went wrong.


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