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

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

public class InitGreaterOrEqualFilterAction
extends GrammarAction

The action used to initialize the Greater Or Equal filter

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
InitGreaterOrEqualFilterAction()
           
 
Method Summary
 void action(IAsn1Container container)
          The initialization action
 
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

InitGreaterOrEqualFilterAction

public InitGreaterOrEqualFilterAction()
Method Detail

action

public void action(IAsn1Container container)
            throws DecoderException
The initialization action

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


Copyright © 2004-2012. All Rights Reserved.