Class SyncStateValueGrammar

  • All Implemented Interfaces:
    Grammar<SyncStateValueContainer>

    public final class SyncStateValueGrammar
    extends AbstractGrammar<SyncStateValueContainer>
    This class implements the SyncStateValueControl. 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 : syncStateValue ::= SEQUENCE { state ENUMERATED { present (0), add (1), modify (2), delete (3) }, entryUUID syncUUID, cookie syncCookie OPTIONAL }
    Author:
    Apache Directory Project
    • Field Detail

      • LOG

        static final Logger LOG
        The logger