Uses of Class
org.apache.directory.server.xdbm.IndexNotFoundException

Packages that use IndexNotFoundException
org.apache.directory.server.xdbm   
 

Uses of IndexNotFoundException in org.apache.directory.server.xdbm
 

Methods in org.apache.directory.server.xdbm that throw IndexNotFoundException
 Index<?,E,ID> Store.getIndex(java.lang.String id)
          Get the user or system index associated with the given name
 Index<?,E,ID> Store.getSystemIndex(java.lang.String id)
          Get the system index associated with the given name
 Index<? extends java.lang.Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> AbstractXdbmPartition.getSystemIndex(java.lang.String id)
           
 Index<?,E,ID> Store.getUserIndex(java.lang.String id)
          Get the user index associated with the given name
 Index<? extends java.lang.Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> AbstractXdbmPartition.getUserIndex(java.lang.String id)
           
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.