Examples of delGenerationInfo()


Examples of com.cybozu.vmbkp.profile.ProfileVm.delGenerationInfo()

            (String.format
             ("delete generation %d directory %s.\n",
              genId, (ret ? "succeeded" : "failed")));

        /* delete information of the generation from profile vm */
        profVm.delGenerationInfo(genId);

        return ret;
    }

    /**
 
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.