Package lcmc.drbd.domain

Examples of lcmc.drbd.domain.CommonBlockDevice


    /** block devices of this common block device on all nodes. */
    private BlockDevice[] blockDevices;

    public void init(final String name, final BlockDevice[] blockDevices, final Browser browser) {
        super.init(name, browser);
        setResource(new CommonBlockDevice(name));
        this.blockDevices = blockDevices;
    }
View Full Code Here

TOP

Related Classes of lcmc.drbd.domain.CommonBlockDevice

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.