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

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

public class StoreMatchValueAction
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction

The action used to store a match value

Author:
Apache Directory Project

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

StoreMatchValueAction

public StoreMatchValueAction()
Method Detail

action

public void action(org.apache.directory.shared.asn1.ber.IAsn1Container container)
            throws org.apache.directory.shared.asn1.codec.DecoderException
The initialization action

Throws:
org.apache.directory.shared.asn1.codec.DecoderException


Copyright © 2004-2011. All Rights Reserved.