Uses of Interface
org.apache.directory.shared.asn1.ber.grammar.IGrammar

Packages that use IGrammar
org.apache.directory.shared.asn1.ber   
org.apache.directory.shared.asn1.ber.grammar   
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue   
org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue   
org.apache.directory.shared.ldap.codec.extended.operations.cancel   
org.apache.directory.shared.ldap.codec.extended.operations.certGeneration   
org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect   
org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown   
org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure   
org.apache.directory.shared.ldap.codec.search.controls.entryChange   
org.apache.directory.shared.ldap.codec.search.controls.pagedSearch   
org.apache.directory.shared.ldap.codec.search.controls.persistentSearch   
org.apache.directory.shared.ldap.codec.search.controls.subentries   
 

Uses of IGrammar in org.apache.directory.shared.asn1.ber
 

Fields in org.apache.directory.shared.asn1.ber declared as IGrammar
protected  IGrammar AbstractContainer.grammar
          All the possible grammars
 

Methods in org.apache.directory.shared.asn1.ber that return IGrammar
 IGrammar IAsn1Container.getGrammar()
          Get the grammar
 IGrammar AbstractContainer.getGrammar()
          Get the current grammar
 

Uses of IGrammar in org.apache.directory.shared.asn1.ber.grammar
 

Classes in org.apache.directory.shared.asn1.ber.grammar that implement IGrammar
 class AbstractGrammar
          The abstract IGrammar which is the Mother of all the grammars.
 

Methods in org.apache.directory.shared.asn1.ber.grammar with parameters of type IGrammar
 java.lang.String IStates.getGrammarName(IGrammar grammar)
          Return the grammar name of a grammar
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec
 

Classes in org.apache.directory.shared.ldap.codec that implement IGrammar
 class LdapMessageGrammar
          This class implements the LdapMessage message.
 

Methods in org.apache.directory.shared.ldap.codec that return IGrammar
static IGrammar LdapMessageGrammar.getInstance()
          Get the instance of this grammar
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type IGrammar
 java.lang.String LdapStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue that implement IGrammar
 class SyncDoneValueControlGrammar
          Implementation of SyncDoneValueControl.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue that return IGrammar
static IGrammar SyncDoneValueControlGrammar.getInstance()
           
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncDoneValue with parameters of type IGrammar
 java.lang.String SyncDoneValueControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that implement IGrammar
 class SyncInfoValueControlGrammar
          This class implements the SyncInfoValueControl.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue that return IGrammar
static IGrammar SyncInfoValueControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncInfoValue with parameters of type IGrammar
 java.lang.String SyncInfoValueControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that implement IGrammar
 class SyncRequestValueControlGrammar
          This class implements the SyncRequestValueControl.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue that return IGrammar
static IGrammar SyncRequestValueControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncRequestValue with parameters of type IGrammar
 java.lang.String SyncRequestValueControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue
 

Classes in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that implement IGrammar
 class SyncStateValueControlGrammar
          This class implements the SyncStateValueControl.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue that return IGrammar
static IGrammar SyncStateValueControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.controls.replication.syncStateValue with parameters of type IGrammar
 java.lang.String SyncStateValueControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.extended.operations.cancel
 

Classes in org.apache.directory.shared.ldap.codec.extended.operations.cancel that implement IGrammar
 class CancelGrammar
          This class implements the Cancel operation.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.cancel that return IGrammar
static IGrammar CancelGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.cancel with parameters of type IGrammar
 java.lang.String CancelStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration
 

Classes in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration that implement IGrammar
 class CertGenerationGrammar
          This class implements the Certificate generation extended operation's ASN.1 grammer.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration that return IGrammar
static IGrammar CertGenerationGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.certGeneration with parameters of type IGrammar
 java.lang.String CertGenerationStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect
 

Classes in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect that implement IGrammar
 class GracefulDisconnectGrammar
          This class implements the Graceful Disconnect.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect that return IGrammar
static IGrammar GracefulDisconnectGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulDisconnect with parameters of type IGrammar
 java.lang.String GracefulDisconnectStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown
 

Classes in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown that implement IGrammar
 class GracefulShutdownGrammar
          This class implements the Graceful shutdown.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown that return IGrammar
static IGrammar GracefulShutdownGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.gracefulShutdown with parameters of type IGrammar
 java.lang.String GracefulShutdownStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure
 

Classes in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure that implement IGrammar
 class StoredProcedureGrammar
          ASN.1 BER Grammar for Stored Procedure Extended Operation
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure that return IGrammar
static IGrammar StoredProcedureGrammar.getInstance()
          Get the instance of this grammar
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations.storedProcedure with parameters of type IGrammar
 java.lang.String StoredProcedureStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.search.controls.entryChange
 

Classes in org.apache.directory.shared.ldap.codec.search.controls.entryChange that implement IGrammar
 class EntryChangeControlGrammar
          This class implements the EntryChangeControl.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that return IGrammar
static IGrammar EntryChangeControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange with parameters of type IGrammar
 java.lang.String EntryChangeControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch
 

Classes in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch that implement IGrammar
 class PagedResultsControlGrammar
          This class implements the PagedSearchControl.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch that return IGrammar
static IGrammar PagedResultsControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.pagedSearch with parameters of type IGrammar
 java.lang.String PagedResultsControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch
 

Classes in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch that implement IGrammar
 class PersistentSearchControlGrammar
          This class implements the PSearchControl.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch that return IGrammar
static IGrammar PersistentSearchControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.persistentSearch with parameters of type IGrammar
 java.lang.String PersistentSearchControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 

Uses of IGrammar in org.apache.directory.shared.ldap.codec.search.controls.subentries
 

Classes in org.apache.directory.shared.ldap.codec.search.controls.subentries that implement IGrammar
 class SubentriesControlGrammar
          This class implements the SubEntryControl.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.subentries that return IGrammar
static IGrammar SubentriesControlGrammar.getInstance()
          This class is a singleton.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.subentries with parameters of type IGrammar
 java.lang.String SubentriesControlStatesEnum.getGrammarName(IGrammar grammar)
          Get the grammar name
 



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