Package org.exist.storage

Examples of org.exist.storage.DataBackup$Callback


     * @param dest a <code>String</code> value
     * @return a <code>boolean</code> value
     */
    @Override
    public boolean dataBackup(String dest ) {
        factory.getBrokerPool().triggerSystemTask( new DataBackup(dest));
        return true;
    }
View Full Code Here

TOP

Related Classes of org.exist.storage.DataBackup$Callback

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.