Class 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