org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
Class SyncDoneValueControlGrammar
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.AbstractGrammar
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static IGrammar getInstance()
- Returns:
- the singleton instance of the SyncDoneValueControlGrammar
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.