org.apache.directory.shared.ldap.codec.search
Class SearchResultEntryGrammar
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
org.apache.directory.shared.ldap.codec.search.SearchResultEntryGrammar
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.IGrammar
- public class SearchResultEntryGrammar
- extends org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
- implements org.apache.directory.shared.asn1.ber.grammar.IGrammar
This class implements the SearchResultEntry LDAP message. All the actions are
declared in this class. As it is a singleton, these declaration are only done
once. We have to deal with empty elements, as stated by rfc 2251 : --
implementors should note that the PartialAttributeList may -- have zero
elements (if none of the attributes of that entry -- were requested, or could
be returned), and that the vals set -- may also have zero elements (if types
only was requested, or -- all values were excluded from the result.)
- Author:
- Apache Directory Project
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()
Get the instance of this grammar |
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 |
getInstance
public static org.apache.directory.shared.asn1.ber.grammar.IGrammar getInstance()
- Get the instance of this grammar
- Returns:
- An instance on the SearchResultEntry Grammar
Copyright © 2003-2006 . All Rights Reserved.