Package com.nirima.libvirt

Examples of com.nirima.libvirt.DomainSnapshot


        }
    }

    public void revertToSnapshot(IDomainSnapshot dsthrows VirtException{
        try {
            DomainSnapshot snapshot = ((JLibVirtDomainSnapshotImpl)ds).getSnapshot();
            domain.revertToSnapshot(snapshot);
        } catch (Exception e) {
            throw new VirtException(e);
        }
    }
View Full Code Here

TOP

Related Classes of com.nirima.libvirt.DomainSnapshot

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.