Uses of Class
org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException

Packages that use IndexNotFoundException
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.partition.impl.btree.jdbm   
 

Uses of IndexNotFoundException in org.apache.directory.server.core.partition.impl.btree
 

Methods in org.apache.directory.server.core.partition.impl.btree that throw IndexNotFoundException
abstract  Index BTreePartition.getSystemIndex(java.lang.String attribute)
           
abstract  Index BTreePartition.getUserIndex(java.lang.String attribute)
           
 

Uses of IndexNotFoundException in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm that throw IndexNotFoundException
 Index JdbmPartition.getSystemIndex(java.lang.String id)
           
 Index JdbmPartition.getUserIndex(java.lang.String id)
           
 



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