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

Packages that use IStates
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.extended.operations   
org.apache.directory.shared.ldap.codec.search.controls   
 

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

Fields in org.apache.directory.shared.asn1.ber declared as IStates
protected  IStates AbstractContainer.states
          Store the different states for debug purpose
 

Methods in org.apache.directory.shared.asn1.ber that return IStates
 IStates IAsn1Container.getStates()
           
 IStates AbstractContainer.getStates()
          Get the states for this container's grammars
 

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

Fields in org.apache.directory.shared.asn1.ber.grammar declared as IStates
protected  IStates AbstractGrammar.statesEnum
          The grammar's states
 

Methods in org.apache.directory.shared.asn1.ber.grammar that return IStates
 IStates AbstractGrammar.getStatesEnum()
          Get the states of the current grammar
 IStates IGrammar.getStatesEnum()
          Get the statesEnum for the current grammar
 

Methods in org.apache.directory.shared.asn1.ber.grammar with parameters of type IStates
 void AbstractGrammar.setStatesEnum(IStates statesEnum)
          Set the states for this grammar
 java.lang.String GrammarTransition.toString(IStates statesEnum)
           
 

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

Classes in org.apache.directory.shared.ldap.codec that implement IStates
 class LdapStatesEnum
          This class store the Ldap grammar's constants.
 

Methods in org.apache.directory.shared.ldap.codec that return IStates
static IStates LdapStatesEnum.getInstance()
          Get an instance of this class
 

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

Classes in org.apache.directory.shared.ldap.codec.extended.operations that implement IStates
 class GracefulDisconnectStatesEnum
          This class store the GracefulDisconnect's grammar constants.
 class GracefulShutdownStatesEnum
          This class store the GracefulShutdown's grammar constants.
 class StoredProcedureStatesEnum
          Constants for StoredProcedureGrammar
 

Methods in org.apache.directory.shared.ldap.codec.extended.operations that return IStates
static IStates GracefulShutdownStatesEnum.getInstance()
          Get an instance of this class
static IStates GracefulDisconnectStatesEnum.getInstance()
          Get an instance of this class
static IStates StoredProcedureStatesEnum.getInstance()
          Get an instance of this class
 

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

Classes in org.apache.directory.shared.ldap.codec.search.controls that implement IStates
 class EntryChangeControlStatesEnum
          This class store the EntryChangeControl's grammar constants.
 class PSearchControlStatesEnum
          This class store the PSearchControl's grammar constants.
 class SubEntryControlStatesEnum
          This class store the SubEntryControl's grammar constants.
 

Methods in org.apache.directory.shared.ldap.codec.search.controls that return IStates
static IStates EntryChangeControlStatesEnum.getInstance()
          Get an instance of this class
static IStates SubEntryControlStatesEnum.getInstance()
          Get an instance of this class
static IStates PSearchControlStatesEnum.getInstance()
          Get an instance of this class
 



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