org.apache.directory.shared.ldap.codec.compare
Class CompareRequestGrammar

java.lang.Object
  extended byorg.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
      extended byorg.apache.directory.shared.ldap.codec.compare.CompareRequestGrammar
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.IGrammar

public class CompareRequestGrammar
extends org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
implements org.apache.directory.shared.asn1.ber.grammar.IGrammar

This class implements the CompareRequest LDAP message. All the actions are declared in this class. As it is a singleton, these declaration are only done once. If an action is to be added or modified, this is where the work is to be done !

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
name, statesEnum, transitions
 
Method Summary
static org.apache.directory.shared.asn1.ber.grammar.IGrammar getInstance()
          This class is a singleton.
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
checkLength, executeAction, getName, getStatesEnum, getTransition, setName, setStatesEnum
 
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.grammar.IGrammar
executeAction, getName, getStatesEnum, setName
 

Method Detail

getInstance

public static org.apache.directory.shared.asn1.ber.grammar.IGrammar getInstance()
This class is a singleton.

Returns:
An instance on this grammar


Copyright © 2003-2006 . All Rights Reserved.