Package org.apache.directory.server.configuration

Examples of org.apache.directory.server.configuration.ApacheDS.shutdown()


   
            File tmpOClg = new File( tmpDir, "dc.lg" );
            assertTrue( tmpOClg.exists() );
           
            // Shutdown and cleanup
            apacheDS.shutdown();
           
            // Clean the /tmp/objectClass.* files
            tmpOCdb.delete();
            tmpOClg.delete();
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.