Package org.exist.xmldb.concurrent.action

Examples of org.exist.xmldb.concurrent.action.CreateCollectionAction


        try {
            super.setUp();
           
            addAction(new XQueryAction(URI + "/C1", "test.xml", QUERY), 200, 0, 200);
            addAction(new XQueryAction(URI + "/C2", "test.xml", QUERY), 200, 0, 200);
            addAction(new CreateCollectionAction(URI + "/C1", "testappend.xml"), 200, 0, 0);
        } catch (Exception e) {
            fail(e.getMessage());
        }
    }
View Full Code Here

TOP

Related Classes of org.exist.xmldb.concurrent.action.CreateCollectionAction

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.