Class SyncInfoValueGrammar
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.AbstractGrammar<SyncInfoValueContainer>
-
- org.apache.directory.api.ldap.extras.intermediate.syncrepl_impl.SyncInfoValueGrammar
-
- All Implemented Interfaces:
Grammar<SyncInfoValueContainer>
public final class SyncInfoValueGrammar extends AbstractGrammar<SyncInfoValueContainer>
This class implements the SyncInfoValue response. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is the following : syncInfoValue ::= CHOICE { newcookie [0] syncCookie, refreshDelete [1] SEQUENCE { cookie syncCookie OPTIONAL, refreshDone BOOLEAN DEFAULT TRUE }, refreshPresent [2] SEQUENCE { cookie syncCookie OPTIONAL, refreshDone BOOLEAN DEFAULT TRUE }, syncIdSet [3] SEQUENCE { cookie syncCookie OPTIONAL, refreshDeletes BOOLEAN DEFAULT FALSE, syncUUIDs SET OF syncUUID } }- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static LoggerLOGThe logger-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
transitions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Grammar<SyncInfoValueContainer>getInstance()This class is a singleton.-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.AbstractGrammar
executeAction, getName, getTransition, setName
-
-
-
-
Field Detail
-
LOG
static final Logger LOG
The logger
-
-
Method Detail
-
getInstance
public static Grammar<SyncInfoValueContainer> getInstance()
This class is a singleton.- Returns:
- An instance on this grammar
-
-