Package org.fao.geonet.kernel.harvest.Common

Examples of org.fao.geonet.kernel.harvest.Common.OperResult


    /**
     * Run the harvest process.
     * This has to be protected or better for CGLib to proxy to it./
     */
    protected synchronized OperResult harvest() {
        OperResult operResult = OperResult.OK;
        running = true;
        try {
            long startTime = System.currentTimeMillis();

            String logfile = initializeLog();
View Full Code Here

TOP

Related Classes of org.fao.geonet.kernel.harvest.Common.OperResult

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.