org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
Class SyncDoneValueControlGrammar

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
      extended by org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue.SyncDoneValueControlGrammar
All Implemented Interfaces:
IGrammar

public class SyncDoneValueControlGrammar
extends AbstractGrammar

Implementation of SyncDoneValueControl. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is as follows : syncDoneValue ::= SEQUENCE { cookie syncCookie OPTIONAL, refreshDeletes BOOLEAN DEFAULT FALSE }

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
name, statesEnum, transitions
 
Method Summary
static IGrammar getInstance()
           
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
executeAction, getName, getStatesEnum, getTransition, setName, setStatesEnum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static IGrammar getInstance()
Returns:
the singleton instance of the SyncDoneValueControlGrammar


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.