Package org.apache.ldap.server.db

Examples of org.apache.ldap.server.db.Index


     * @throws Exception if the indices cannot be accessed
     */
    public void showIndexDialog( String idxAttr )
        throws Exception
    {
        Index index = null;
        boolean isSystem = database.hasSystemIndexOn( idxAttr );
       
        if ( isSystem )
        {
            index = database.getSystemIndex( idxAttr );
View Full Code Here

TOP

Related Classes of org.apache.ldap.server.db.Index

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.