Package com.cybozu.vmbkp.soap

Examples of com.cybozu.vmbkp.soap.VirtualMachineConfigManager


     */
    public VirtualMachineManager(Connection conn, VirtualMachine vm)
    {
        conn_ = conn;
        vm_ = vm;
        configMgr_ = new VirtualMachineConfigManager(conn_, vm_.getConfig());
    }
View Full Code Here


     * from the soap server.
     */
    public void reload()
    {
        /* reload config */
        configMgr_ = new VirtualMachineConfigManager(conn_, vm_.getConfig());
    }
View Full Code Here

TOP

Related Classes of com.cybozu.vmbkp.soap.VirtualMachineConfigManager

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.